OSDN Git Service

Merge remote-tracking branch 'remotes/origin/feature/Refactor-Monsters-3.0.0Alpha4...
[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);