OSDN Git Service

#37353 (2.2.0.89) one_sustain()をartifact.cからobject2.cへ移動。 / Move one_sustain() from...
[hengband/hengband.git] / src / 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
11 #ifndef INCLUDED_H_BASIC_H
12 #define INCLUDED_H_BASIC_H
13
14 #ifdef HAVE_CONFIG_H
15 #include "autoconf.h"
16 #endif /* HAVE_CONFIG_H */
17
18 /* System Configuration */
19 #include "h-config.h"
20
21 /* System includes/externs */
22 #include "h-system.h"
23
24 /* Basic types */
25 #include "h-type.h"
26
27 /* Basic constants and macros */
28 #include "h-define.h"
29
30 #endif
31