OSDN Git Service

[Refactor] #40014 Separated monster-summonc./h from monster-generator.c/h
[hengband/hengband.git] / src / mind / mind.c
index 169ead9..6b0a566 100644 (file)
  * 特殊技能を揃えて実装している。
  */
 
-#include "system/angband.h"
-#include "core/stuff-handler.h"
-#include "util/util.h"
-#include "main/sound-definitions-table.h"
-
 #include "mind/mind.h"
-
+#include "cmd-action/cmd-attack.h"
+#include "cmd-action/cmd-spell.h"
+#include "cmd/cmd-basic.h"
+#include "core/stuff-handler.h"
 #include "effect/effect-characteristics.h"
-#include "melee.h"
-#include "spell/spells-summon.h"
-#include "player/avatar.h"
-#include "player/player-move.h"
-#include "player/player-status.h"
-#include "player/player-class.h"
-#include "spell/spells-status.h"
-#include "cmd-spell.h"
-#include "spell/spells-floor.h"
+#include "effect/spells-effect-util.h"
 #include "grid/feature.h"
 #include "grid/grid.h"
-#include "cmd-basic.h"
+#include "io/targeting.h"
+#include "main/sound-definitions-table.h"
+#include "mind/mind-force-trainer.h"
+#include "mind/mind-mindcrafter.h"
+#include "mind/mind-mirror-master.h"
+#include "mind/mind-ninja.h"
+#include "mind/mind-warrior.h"
+#include "monster-floor/monster-summon.h"
 #include "monster/monster-status.h"
-#include "player/player-effects.h"
+#include "monster-floor/place-monster-types.h"
+#include "player/avatar.h"
+#include "player/player-class.h"
 #include "player/player-damage.h"
-#include "view/display-main-window.h"
-#include "io/targeting.h"
-#include "realm/realm-song.h"
-#include "effect/spells-effect-util.h"
-#include "spell/spells-type.h"
+#include "player/player-effects.h"
+#include "player/player-move.h"
+#include "player/player-status.h"
+#include "realm/realm-song-numbers.h"
 #include "spell/process-effect.h"
-#include "spell/spells2.h"
+#include "spell-kind/earthquake.h"
+#include "spell-kind/spells-detection.h"
+#include "spell-kind/spells-floor.h"
+#include "spell-kind/spells-grid.h"
+#include "spell-kind/spells-launcher.h"
+#include "spell-kind/spells-lite.h"
+#include "spell-kind/spells-sight.h"
+#include "spell/spells-status.h"
+#include "spell/spells-summon.h"
+#include "spell-kind/spells-teleport.h"
+#include "spell/spells-type.h"
 #include "spell/spells3.h"
-#include "spell/spells-detection.h"
-#include "mind/racial-force-trainer.h"
+#include "util/util.h"
+#include "view/display-main-window.h"
 
 /*! 特殊技能の一覧テーブル */
 mind_power const mind_powers[5] =