OSDN Git Service

Use VERSION_NAME rather than Hengband when setting name of the directory with the...
[hengbandforosx/hengbandosx.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(void);
11 extern bool build_type6(void);
12 extern bool build_type13(void);