OSDN Git Service

[Refactor] #37353 使われていないVERIFY_SAVEFILEを削除 / Removed unused preprocessors VERIFY_SAV...
[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;