OSDN Git Service

Merge branch 'feature/apply-martial-arts-to-h' into feature/Fix-Calc-Slaying
[hengband/hengband.git] / src / player / patron.h
index faa89d2..18e2df4 100644 (file)
@@ -1,6 +1,8 @@
 #pragma once
 
-#define MAX_PATRON      16 /*!< カオスパトロンの最大定義数 / The number of "patrons" available (for Chaos Warriors) */
+#include "system/angband.h"
+
+#define MAX_PATRON 16 /*!< カオスパトロンの最大定義数 / The number of "patrons" available (for Chaos Warriors) */
 
 /* カオスパトロンからの報酬種別定義 / Chaos Warrior: Reward types: */
 #define REW_POLY_SLF    1   /*!< カオスパトロンからの報酬: 自己変容 */