OSDN Git Service

[Refactor] #37353 externs.h から util.h への宣言移動。
[hengband/hengband.git] / src / spells3.c
index 13a5f9a..e382dfc 100644 (file)
@@ -12,6 +12,8 @@
  */
 
 #include "angband.h"
+#include "util.h"
+
 #include "floor.h"
 #include "object-boost.h"
 #include "object-flavor.h"
 #include "spells.h"
 #include "spells-floor.h"
 #include "grid.h"
+#include "monster-process.h"
 #include "monster-status.h"
 #include "monster-spell.h"
 #include "cmd-spell.h"
 #include "snipe.h"
+#include "floor-save.h"
+#include "files.h"
+#include "player-effects.h"
+#include "view-mainwindow.h"
+#include "mind.h"
 
 
 /*! テレポート先探索の試行数 / Maximum number of tries for teleporting */