OSDN Git Service

[Refactor] #37353 mind.h を作成して宣言を externs.h から分離。 Makefile.am 修正。
[hengband/hengband.git] / src / dungeon.c
index 84aa8c5..bae5cd1 100644 (file)
@@ -11,6 +11,7 @@
  */
 
 #include "angband.h"
+#include "birth.h"
 #include "cmd-activate.h"
 #include "cmd-eat.h"
 #include "cmd-hissatsu.h"
@@ -37,6 +38,7 @@
 #include "spells-object.h"
 #include "spells-status.h"
 #include "spells-floor.h"
+#include "mind.h"
 #include "world.h"
 #include "mutation.h"
 #include "quest.h"