OSDN Git Service

3795c456e9d5330894022a9b1cc1b0c89043efc2
[hengband/hengband.git] / src / rooms-pitnest.h
1 
2 /*! デバッグ時にnestのモンスター情報を確認するための構造体 / A struct for nest monster information with cheat_hear */
3 typedef struct
4 {
5         MONRACE_IDX r_idx;
6         bool used;
7 }
8 nest_mon_info_type;
9
10 extern bool build_type5(player_type *player_ptr);
11 extern bool build_type6(player_type *player_ptr);
12 extern bool build_type13(player_type *player_ptr);