OSDN Git Service

[Refactor] #37353 PROJECT_* 定義を新規ファイル projection.h へ移動。 / Move PROJECT_* definition...
[hengband/hengband.git] / src / mspells3.c
index e66a5ca..a404777 100644 (file)
@@ -12,6 +12,7 @@
 
 #include "angband.h"
 #include "spells-summon.h"
+#include "projection.h"
 
 #define pseudo_plev() (((p_ptr->lev + 40) * (p_ptr->lev + 40) - 1550) / 130) /*!< モンスター魔法をプレイヤーが使用する場合の換算レベル */