OSDN Git Service

[Refactor] mind_mirror_master_type を enum class 化
[hengbandforosx/hengbandosx.git] / src / system / h-basic.h
1 /*!
2  * @file h-basic.h
3  * @brief 変愚時追加された基本事項のヘッダーファイル /
4  * The most basic "include" file. This file simply includes other low level header files.
5  * @date 2014/08/15
6  * @author
7  * 不明(変愚蛮怒スタッフ?)
8  */
9
10 #ifndef INCLUDED_H_BASIC_H
11 #define INCLUDED_H_BASIC_H
12
13 #ifdef HAVE_CONFIG_H
14 #include "autoconf.h"
15 #endif /* HAVE_CONFIG_H */
16
17 /* System Configuration */
18 #include "system/h-config.h"
19
20 /* System includes/externs */
21 #include "system/h-system.h"
22
23 /* Basic types */
24 #include "system/h-type.h"
25
26 /* ゲーム調整値はこちらに */
27 #include "system/gamevalue.h"
28
29 #endif