OSDN Git Service

Merge branch 'Feature/Fix/Free-Action-Error' into develop/3.0.0.1Alpha
[hengband/hengband.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 /* Basic constants and macros */
27 #include "system/h-define.h"
28
29 /* ゲーム調整値はこちらに */
30 #include "system/gamevalue.h"
31
32 #endif