OSDN Git Service

[Fix] #39962 read_dead_file() にsize_t 引数を追加 / Added size_t argument to read_dead_file()
[hengband/hengband.git] / src / floor-town.c
1 #include "angband.h"
2 #include "floor-town.h"
3
4 /*
5  * Maximum number of towns
6  */
7 TOWN_IDX max_towns;
8
9 /*
10  * The towns [max_towns]
11  */
12 town_type *town_info;