OSDN Git Service

[Refactor] #37353 性格定義ID を player-personality.h へ移動.
[hengband/hengband.git] / src / mutation.c
index 61d2651..38a5690 100644 (file)
@@ -12,6 +12,7 @@
  */
 
 #include "angband.h"
+#include "core.h"
 #include "util.h"
 
 #include "cmd-dump.h"
@@ -22,6 +23,8 @@
 #include "avatar.h"
 #include "player-status.h"
 #include "player-effects.h"
+#include "player-personality.h"
+#include "player-class.h"
 #include "spells-status.h"
 #include "object-hook.h"
 #include "spells.h"
@@ -29,6 +32,7 @@
 #include "files.h"
 #include "floor.h"
 #include "targeting.h"
+#include "player-race.h"
 
 /*!
  * @brief プレイヤーに突然変異を与える