OSDN Git Service

[Refactor] #37353 ゲームバランス定数を gamevalue.h へ整理。 / Move constant value in game to gameva...
[hengband/hengband.git] / src / h-basic.h
index e907196..113aca7 100644 (file)
@@ -1,6 +1,6 @@
 /*!
  * @file h-basic.h
- * @brief å¤\89æ\84\9aæ\99\82追å\8a ã\81\95ã\82\8cã\81\9få\9fºæ\9c¬äº\8bé \85ã\81®ã\81®ã\83\98ã\83\83ã\83\80ã\83¼ã\83\95ã\82¡ã\82¤ã\83« /
+ * @brief 変愚時追加された基本事項のヘッダーファイル /
  * The most basic "include" file. This file simply includes other low level header files.
  * @date 2014/08/15
  * @author
@@ -27,5 +27,8 @@
 /* Basic constants and macros */
 #include "h-define.h"
 
+/* ゲーム調整値はこちらに */
+#include "gamevalue.h"
+
 #endif