OSDN Git Service

Revert "Revert "Merge branch 'master' of git.osdn.net:/gitroot/hengband/hengband""
[hengband/hengband.git] / src / object / warning.h
1 #pragma once
2
3 #include "system/angband.h"
4
5 object_type *choose_warning_item(player_type *creature_ptr);
6 bool process_warning(player_type *creature_ptr, POSITION xx, POSITION yy);