OSDN Git Service

[Refactor] #40274 Moved definition values of sound from util.h to sound-definitions...
[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;