OSDN Git Service

Included additional headers to avoid incomplete type errors with clang 11.0.3 for...
[hengband/hengband.git] / src / market / arena-info-table.h
1 #pragma once
2
3 #include "object/tval-types.h"
4 #include "system/angband.h"
5 #include "system/building-type-definition.h"
6
7 #define MAX_ARENA_MONS 41 /*<! 闘技場のイベント件数 -KMW- */
8
9 extern const arena_type arena_info[MAX_ARENA_MONS + 2];