OSDN Git Service

[Refactor] #37353 monster1~monster-hook間整理。 / Refactor between monster1 and monster...
[hengband/hengband.git] / src / h-basic.h
index 11e91b6..113aca7 100644 (file)
@@ -1,14 +1,16 @@
-/* File: h-basic.h */
+/*!
+ * @file h-basic.h
+ * @brief 変愚時追加された基本事項のヘッダーファイル /
+ * The most basic "include" file. This file simply includes other low level header files.
+ * @date 2014/08/15
+ * @author
+ * 不明(変愚蛮怒スタッフ?)
+ */
+
 
 #ifndef INCLUDED_H_BASIC_H
 #define INCLUDED_H_BASIC_H
 
-/*
- * The most basic "include" file.
- *
- * This file simply includes other low level header files.
- */
-
 #ifdef HAVE_CONFIG_H
 #include "autoconf.h"
 #endif /* HAVE_CONFIG_H */
@@ -25,5 +27,8 @@
 /* Basic constants and macros */
 #include "h-define.h"
 
+/* ゲーム調整値はこちらに */
+#include "gamevalue.h"
+
 #endif