OSDN Git Service

[Refactor] #37353 max_dlv を dungeon.c/h へ移動.
[hengband/hengband.git] / src / dungeon.c
1 #include "angband.h"
2 #include "dungeon.h"
3
4 /*
5  * The dungeon arrays
6  */
7 dungeon_type *d_info;
8 char *d_name;
9 char *d_text;
10
11 /*
12  * Maximum number of dungeon in d_info.txt
13  */
14 DUNGEON_IDX max_d_idx;
15 DEPTH *max_dlv;