OSDN Git Service

[Refactor] #37353 effects.c を player-effects.c に改名しつつ、宣言を player-effects.h を分離。
[hengband/hengband.git] / src / cmd4.c
index 4aefdb2..0e1c081 100644 (file)
@@ -43,6 +43,7 @@
 #include "cmd-pet.h"
 #include "cmd-spell.h"
 #include "world.h"
+#include "player-effects.h"
 #include "player-status.h"
 #include "sort.h"
 #include "mutation.h"
@@ -56,6 +57,8 @@
 #include "monster-status.h"
 #include "floor.h"
 #include "view-mainwindow.h"
+#include "dungeon-file.h"
+#include "files.h"
 
 /*
  */