OSDN Git Service

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