OSDN Git Service

[Refactor] #40414 Moved concrete spell kinds file (spell-*.c/h) from spell/ to spell...
authorHourier <hourier@users.sourceforge.jp>
Fri, 5 Jun 2020 10:36:02 +0000 (19:36 +0900)
committerHourier <hourier@users.sourceforge.jp>
Fri, 5 Jun 2020 10:36:02 +0000 (19:36 +0900)
74 files changed:
src/cmd-action/cmd-mane.c
src/cmd-action/cmd-spell.c
src/cmd-building/cmd-building.c
src/cmd-item/cmd-activate.c
src/cmd-item/cmd-quaff.c
src/cmd-item/cmd-read.c
src/cmd-item/cmd-usestaff.c
src/cmd-item/cmd-zaprod.c
src/cmd-item/cmd-zapwand.c
src/cmd/cmd-basic.c
src/combat/attack-chaos-effect.c
src/combat/aura-counterattack.c
src/combat/melee-switcher.c
src/combat/monster-attack-monster.c
src/combat/monster-attack-player.c
src/combat/monster-attack-switcher.c
src/combat/player-attack.c
src/effect/effect-monster-switcher.c
src/effect/effect-monster.c
src/effect/effect-player-resist-hurt.c
src/floor/floor-save.c
src/floor/floor-streams.c
src/floor/pattern-walk.c
src/grid/trap.c
src/inventory/inventory-curse.c
src/mind/mind.c
src/mind/racial-balrog.c
src/mind/racial-draconian.c
src/mind/racial-mirror-master.c
src/mind/racial-ninja.c
src/mind/racial.c
src/monster/quantum-effect.c
src/mspell/mspell-floor.c
src/mspell/mspell-special.c
src/mspell/mspell-summon.c
src/mspell/mspells1.c
src/mspell/mspells2.c
src/mspell/mspells3.c
src/mutation/mutation-processor.c
src/mutation/mutation.c
src/player/patron.c
src/player/player-effects.c
src/player/player-move.c
src/realm/realm-arcane.c
src/realm/realm-chaos.c
src/realm/realm-crusade.c
src/realm/realm-daemon.c
src/realm/realm-death.c
src/realm/realm-hex.c
src/realm/realm-hissatsu.c
src/realm/realm-life.c
src/realm/realm-nature.c
src/realm/realm-song.c
src/realm/realm-sorcery.c
src/realm/realm-trump.c
src/specific-object/chest.c
src/spell-kind/spells-beam.c
src/spell-kind/spells-detection.c
src/spell-kind/spells-floor.c
src/spell-kind/spells-genocide.c
src/spell-kind/spells-launcher.c
src/spell-kind/spells-lite.c
src/spell-kind/spells-neighbor.c
src/spell-kind/spells-pet.c
src/spell-kind/spells-sight.c
src/spell-kind/spells-specific-bolt.c
src/spell-kind/spells-teleport.c
src/spell-kind/spells-world.c
src/spell/spells-staff-only.c
src/spell/spells-status.c
src/spell/spells-summon.c
src/spell/spells2.c
src/spell/spells3.c
src/wizard/wizard-special-process.c

index 094c575..2215e8d 100644 (file)
 #include "mspell/mspell-type.h"
 #include "player/player-effects.h"
 #include "player/player-status.h"
-#include "spell/spells-launcher.h"
-#include "spell/spells-lite.h"
-#include "spell/spells-neighbor.h"
-#include "spell/spells-sight.h"
+#include "spell-kind/spells-launcher.h"
+#include "spell-kind/spells-lite.h"
+#include "spell-kind/spells-neighbor.h"
+#include "spell-kind/spells-sight.h"
 #include "spell/spells-status.h"
 #include "spell/spells-summon.h"
-#include "spell/spells-teleport.h"
+#include "spell-kind/spells-teleport.h"
 #include "spell/spells-type.h"
 #include "util/util.h"
 #include "view/display-main-window.h"
index 720b9a5..b6b75b6 100644 (file)
@@ -29,7 +29,7 @@
 #include "spell/spells-describer.h"
 #include "spell/spells-execution.h"
 #include "spell/spells-hex.h"
-#include "spell/spells-sight.h"
+#include "spell-kind/spells-sight.h"
 #include "spell/spells-summon.h"
 #include "spell/spells-util.h"
 #include "spell/spells2.h"
index df1f4cf..0beea15 100644 (file)
@@ -49,7 +49,7 @@
 #include "player/player-personalities-table.h"
 #include "player/player-status.h"
 #include "spell/spells-status.h"
-#include "spell/spells-teleport.h"
+#include "spell-kind/spells-teleport.h"
 #include "spell/spells3.h"
 #include "util/util.h"
 #include "world/world.h"
index af4aac1..b51e463 100644 (file)
 #include "player/player-effects.h"
 #include "player/player-races-table.h"
 #include "spell/process-effect.h"
-#include "spell/spells-beam.h"
-#include "spell/spells-detection.h"
-#include "spell/spells-floor.h"
-#include "spell/spells-genocide.h"
+#include "spell-kind/spells-beam.h"
+#include "spell-kind/spells-detection.h"
+#include "spell-kind/spells-floor.h"
+#include "spell-kind/spells-genocide.h"
 #include "spell/spells-hex.h"
-#include "spell/spells-launcher.h"
-#include "spell/spells-lite.h"
-#include "spell/spells-neighbor.h"
+#include "spell-kind/spells-launcher.h"
+#include "spell-kind/spells-lite.h"
+#include "spell-kind/spells-neighbor.h"
 #include "spell/spells-object.h"
-#include "spell/spells-sight.h"
-#include "spell/spells-specific-bolt.h"
+#include "spell-kind/spells-sight.h"
+#include "spell-kind/spells-specific-bolt.h"
 #include "spell/spells-status.h"
 #include "spell/spells-summon.h"
-#include "spell/spells-teleport.h"
+#include "spell-kind/spells-teleport.h"
 #include "spell/spells-type.h"
 #include "spell/spells2.h"
 #include "spell/spells3.h"
index 57c1d26..2fb05f2 100644 (file)
@@ -28,8 +28,8 @@
 #include "player/player-status.h"
 #include "player/selfinfo.h"
 #include "realm/realm-hex-numbers.h"
-#include "spell/spells-detection.h"
-#include "spell/spells-floor.h"
+#include "spell-kind/spells-detection.h"
+#include "spell-kind/spells-floor.h"
 #include "spell/spells-hex.h"
 #include "spell/spells-status.h"
 #include "spell/spells3.h"
index 8c20cdb..f944f05 100644 (file)
 #include "player/player-damage.h"
 #include "player/player-effects.h"
 #include "player/player-status.h"
-#include "spell/spells-detection.h"
-#include "spell/spells-floor.h"
-#include "spell/spells-genocide.h"
+#include "spell-kind/spells-detection.h"
+#include "spell-kind/spells-floor.h"
+#include "spell-kind/spells-genocide.h"
 #include "spell/spells-hex.h"
-#include "spell/spells-launcher.h"
-#include "spell/spells-lite.h"
-#include "spell/spells-neighbor.h"
+#include "spell-kind/spells-launcher.h"
+#include "spell-kind/spells-lite.h"
+#include "spell-kind/spells-neighbor.h"
 #include "spell/spells-object.h"
-#include "spell/spells-sight.h"
+#include "spell-kind/spells-sight.h"
 #include "spell/spells-status.h"
 #include "spell/spells-summon.h"
-#include "spell/spells-teleport.h"
+#include "spell-kind/spells-teleport.h"
 #include "spell/spells-type.h"
 #include "spell/spells3.h"
 #include "store/rumor.h"
index c0f8f40..5b1686e 100644 (file)
 #include "player/player-effects.h"
 #include "player/player-races-table.h"
 #include "player/player-status.h"
-#include "spell/spells-detection.h"
-#include "spell/spells-floor.h"
-#include "spell/spells-genocide.h"
-#include "spell/spells-lite.h"
-#include "spell/spells-neighbor.h"
-#include "spell/spells-sight.h"
+#include "spell-kind/spells-detection.h"
+#include "spell-kind/spells-floor.h"
+#include "spell-kind/spells-genocide.h"
+#include "spell-kind/spells-lite.h"
+#include "spell-kind/spells-neighbor.h"
+#include "spell-kind/spells-sight.h"
 #include "spell/spells-staff-only.h"
 #include "spell/spells-status.h"
 #include "spell/spells-summon.h"
-#include "spell/spells-teleport.h"
+#include "spell-kind/spells-teleport.h"
 #include "spell/spells3.h"
 #include "util/util.h"
 #include "view/display-main-window.h"
index a3ca17f..ca1b058 100644 (file)
 #include "player/player-class.h"
 #include "player/player-effects.h"
 #include "player/player-status.h"
-#include "spell/spells-beam.h"
-#include "spell/spells-detection.h"
-#include "spell/spells-floor.h"
-#include "spell/spells-launcher.h"
-#include "spell/spells-lite.h"
-#include "spell/spells-neighbor.h"
-#include "spell/spells-sight.h"
-#include "spell/spells-specific-bolt.h"
+#include "spell-kind/spells-beam.h"
+#include "spell-kind/spells-detection.h"
+#include "spell-kind/spells-floor.h"
+#include "spell-kind/spells-launcher.h"
+#include "spell-kind/spells-lite.h"
+#include "spell-kind/spells-neighbor.h"
+#include "spell-kind/spells-sight.h"
+#include "spell-kind/spells-specific-bolt.h"
 #include "spell/spells-status.h"
-#include "spell/spells-teleport.h"
+#include "spell-kind/spells-teleport.h"
 #include "spell/spells-type.h"
 #include "spell/spells2.h"
 #include "spell/spells3.h"
index 28c6d96..d04a75b 100644 (file)
 #include "player/player-class.h"
 #include "player/player-effects.h"
 #include "player/player-status.h"
-#include "spell/spells-beam.h"
-#include "spell/spells-launcher.h"
-#include "spell/spells-lite.h"
-#include "spell/spells-neighbor.h"
-#include "spell/spells-specific-bolt.h"
+#include "spell-kind/spells-beam.h"
+#include "spell-kind/spells-launcher.h"
+#include "spell-kind/spells-lite.h"
+#include "spell-kind/spells-neighbor.h"
+#include "spell-kind/spells-specific-bolt.h"
 #include "spell/spells-status.h"
-#include "spell/spells-teleport.h"
+#include "spell-kind/spells-teleport.h"
 #include "spell/spells-type.h"
 #include "spell/spells2.h"
 #include "util/util.h"
index 257b3fa..a6befc0 100644 (file)
@@ -56,7 +56,7 @@
 #include "player/player-personalities-table.h"
 #include "player/player-status.h"
 #include "spell/spells-hex.h"
-#include "spell/spells-teleport.h"
+#include "spell-kind/spells-teleport.h"
 #include "system/system-variables.h"
 #include "term/gameterm.h"
 #include "view/display-main-window.h"
index 7f92a4d..849cd67 100644 (file)
@@ -14,7 +14,7 @@
 #include "object/object-mark-types.h"
 #include "realm/realm-hex-numbers.h"
 #include "spell/spells-hex.h"
-#include "spell/spells-teleport.h"
+#include "spell-kind/spells-teleport.h"
 #include "spell/spells3.h"
 
 /*!
index d1a40fa..a5eb985 100644 (file)
@@ -12,7 +12,7 @@
 #include "realm/realm-hex-numbers.h"
 #include "spell/process-effect.h"
 #include "spell/spells-hex.h"
-#include "spell/spells-teleport.h"
+#include "spell-kind/spells-teleport.h"
 #include "spell/spells-type.h"
 
 static void aura_fire_by_monster_attack(player_type *target_ptr, monap_type *monap_ptr)
index f392c79..f22966a 100644 (file)
@@ -8,7 +8,7 @@
 #include "combat/monster-attack-effect.h"
 #include "monster/monster-status.h"
 #include "player/player-move.h"
-#include "spell/spells-floor.h"
+#include "spell-kind/spells-floor.h"
 
 void describe_melee_method(player_type *subject_ptr, mam_type *mam_ptr)
 {
index 8bd8889..61cdb04 100644 (file)
@@ -19,7 +19,7 @@
 #include "player/player-move.h"
 #include "spell/process-effect.h"
 #include "spell/spells-hex.h"
-#include "spell/spells-teleport.h"
+#include "spell-kind/spells-teleport.h"
 #include "spell/spells-type.h"
 
 /* todo モンスター共通なので、monster-attack-player.cでも使うはず */
index 1c78d80..81dab8e 100644 (file)
@@ -31,7 +31,7 @@
 #include "realm/realm-hex-numbers.h"
 #include "spell/process-effect.h"
 #include "spell/spells-hex.h"
-#include "spell/spells-teleport.h"
+#include "spell-kind/spells-teleport.h"
 #include "spell/spells-type.h"
 
 static bool check_no_blow(player_type *target_ptr, monap_type *monap_ptr)
index 0ef52b7..a5584fa 100644 (file)
@@ -12,7 +12,7 @@
 #include "player/player-damage.h"
 #include "player/player-effects.h"
 #include "spell/spells3.h"
-#include "spell/spells-floor.h"
+#include "spell-kind/spells-floor.h"
 
 void switch_monster_blow_to_player(player_type *target_ptr, monap_type *monap_ptr)
 {
index 6d6b755..98f8fc7 100644 (file)
@@ -28,7 +28,7 @@
 #include "player/player-damage.h"
 #include "player/player-skill.h"
 #include "realm/realm-hex-numbers.h"
-#include "spell/spells-floor.h"
+#include "spell-kind/spells-floor.h"
 #include "spell/spells-hex.h"
 #include "sv-definition/sv-weapon-types.h"
 #include "world/world.h"
index 7dce5d8..b51fa0d 100644 (file)
@@ -21,7 +21,7 @@
 #include "monster/monster-status.h"
 #include "player/avatar.h"
 #include "player/player-damage.h"
-#include "spell/spells-genocide.h"
+#include "spell-kind/spells-genocide.h"
 #include "spell/spells-type.h"
 
 gf_switch_result effect_monster_hypodynamia(player_type *caster_ptr, effect_monster_type *em_ptr)
index 561c3fe..b6a7c3a 100644 (file)
@@ -17,7 +17,7 @@
 #include "object/object-kind-hook.h"
 #include "player/avatar.h"
 #include "player/player-move.h"
-#include "spell/spells-teleport.h"
+#include "spell-kind/spells-teleport.h"
 #include "spell/spells-type.h"
 #include "spell/spells3.h"
 #include "spells-effect-util.h"
index 2b74da3..8c6a7a2 100644 (file)
@@ -9,7 +9,7 @@
 #include "player/player-effects.h"
 #include "player/player-races-table.h"
 #include "spell/spells-status.h"
-#include "spell/spells-teleport.h"
+#include "spell-kind/spells-teleport.h"
 #include "spell/spells3.h"
 #include "world/world.h"
 
index c18fe19..748fd45 100644 (file)
@@ -28,7 +28,7 @@
 #include "monster/monster.h"
 #include "dungeon/quest.h"
 #include "floor/wild.h"
-#include "spell/spells-floor.h"
+#include "spell-kind/spells-floor.h"
 #include "monster/monster-status.h"
 #include "object/object-hook.h"
 #include "pet/pet-util.h"
index c544ea7..39393a3 100644 (file)
@@ -25,7 +25,7 @@
 #include "object/object-flavor.h"
 #include "object/object-hook.h"
 #include "room/rooms.h"
-#include "spell/spells-floor.h"
+#include "spell-kind/spells-floor.h"
 #include "util/util.h"
 
 /*!
index 563f851..c737102 100644 (file)
@@ -9,7 +9,7 @@
 #include "player/player-races-table.h"
 #include "realm/realm-song-numbers.h"
 #include "spell/spells-status.h"
-#include "spell/spells-teleport.h"
+#include "spell-kind/spells-teleport.h"
 
 /*!
  * @brief パターン終点到達時のテレポート処理を行う
index f6593be..092397c 100644 (file)
 #include "player/player-personalities-table.h"
 #include "player/player-status.h"
 #include "spell/process-effect.h"
-#include "spell/spells-launcher.h"
-#include "spell/spells-sight.h"
+#include "spell-kind/spells-launcher.h"
+#include "spell-kind/spells-sight.h"
 #include "spell/spells-summon.h"
-#include "spell/spells-teleport.h"
+#include "spell-kind/spells-teleport.h"
 #include "spell/spells-type.h"
 #include "spell/spells2.h"
 #include "util/util.h"
index 4760e24..022c200 100644 (file)
@@ -13,7 +13,7 @@
 #include "player/player-move.h"
 #include "player/player-races-table.h"
 #include "spell/spells-summon.h"
-#include "spell/spells-teleport.h"
+#include "spell-kind/spells-teleport.h"
 #include "spell/spells2.h"
 
 #define TRC_P_FLAG_MASK \
index c5d4818..988ffed 100644 (file)
 #include "player/player-status.h"
 #include "realm/realm-song-numbers.h"
 #include "spell/process-effect.h"
-#include "spell/spells-detection.h"
-#include "spell/spells-floor.h"
-#include "spell/spells-launcher.h"
-#include "spell/spells-lite.h"
-#include "spell/spells-sight.h"
+#include "spell-kind/spells-detection.h"
+#include "spell-kind/spells-floor.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/spells-teleport.h"
+#include "spell-kind/spells-teleport.h"
 #include "spell/spells-type.h"
 #include "spell/spells2.h"
 #include "spell/spells3.h"
index 224250a..2d31dda 100644 (file)
@@ -1,6 +1,6 @@
 #include "mind/racial-balrog.h"
 #include "io/targeting.h"
-#include "spell/spells-launcher.h"
+#include "spell-kind/spells-launcher.h"
 #include "spell/spells-type.h"
 
 bool demonic_breath(player_type *creature_ptr)
index 7eb133e..79cd341 100644 (file)
@@ -1,6 +1,6 @@
 #include "mind/racial-draconian.h"
 #include "io/targeting.h"
-#include "spell/spells-launcher.h"
+#include "spell-kind/spells-launcher.h"
 #include "spell/spells-type.h"
 
 static void decide_breath_kind(player_type *creature_ptr, int *breath_type, concptr *breath_type_description)
index ec5264d..988dc82 100644 (file)
@@ -7,7 +7,7 @@
 #include "effect/spells-effect-util.h"
 #include "floor/floor.h"
 #include "spell/process-effect.h"
-#include "spell/spells-sight.h"
+#include "spell-kind/spells-sight.h"
 #include "spell/spells-type.h"
 #include "term/gameterm.h"
 #include "view/display-main-window.h"
index 4a9358e..089e3a8 100644 (file)
@@ -7,7 +7,7 @@
 #include "effect/spells-effect-util.h"
 #include "object/object-generator.h"
 #include "object/object-kind-hook.h"
-#include "spell/spells-teleport.h"
+#include "spell-kind/spells-teleport.h"
 
 /*!
  * @brief 変わり身処理
index 22daa92..2aacf4d 100644 (file)
 #include "player/player-races-table.h"
 #include "player/player-status.h"
 #include "mind/racial-mirror-master.h"
-#include "spell/spells-beam.h"
-#include "spell/spells-detection.h"
-#include "spell/spells-floor.h"
+#include "spell-kind/spells-beam.h"
+#include "spell-kind/spells-detection.h"
+#include "spell-kind/spells-floor.h"
 #include "spell/spells-hex.h"
-#include "spell/spells-launcher.h"
-#include "spell/spells-neighbor.h"
+#include "spell-kind/spells-launcher.h"
+#include "spell-kind/spells-neighbor.h"
 #include "spell/spells-object.h"
-#include "spell/spells-sight.h"
+#include "spell-kind/spells-sight.h"
 #include "spell/spells-status.h"
-#include "spell/spells-teleport.h"
+#include "spell-kind/spells-teleport.h"
 #include "spell/spells-type.h"
 #include "spell/spells2.h"
 #include "spell/spells3.h"
index ead10db..c0099af 100644 (file)
@@ -2,7 +2,7 @@
 #include "floor/floor.h"
 #include "mspell/assign-monster-spell.h"
 #include "mspell/monster-spell.h"
-#include "spell/spells-teleport.h"
+#include "spell-kind/spells-teleport.h"
 
 /*!
  * @brief ユニークでない量子生物を消滅させる
index 4064c01..2cf0f51 100644 (file)
 #include "player/player-personalities-table.h"
 #include "spell/process-effect.h"
 #include "spell/spells-hex.h"
-#include "spell/spells-lite.h"
-#include "spell/spells-neighbor.h"
-#include "spell/spells-sight.h"
-#include "spell/spells-teleport.h"
+#include "spell-kind/spells-lite.h"
+#include "spell-kind/spells-neighbor.h"
+#include "spell-kind/spells-sight.h"
+#include "spell-kind/spells-teleport.h"
 #include "spell/spells-type.h"
 
 /*!
index 013bc7c..e8a490b 100644 (file)
@@ -14,7 +14,7 @@
 #include "player/player-effects.h"
 #include "player/player-move.h"
 #include "spell/process-effect.h"
-#include "spell/spells-teleport.h"
+#include "spell-kind/spells-teleport.h"
 #include "spell/spells-type.h"
 
 /*!
index 93458a5..d788462 100644 (file)
@@ -5,7 +5,7 @@
 #include "mspell/mspell-util.h"
 #include "player/player-move.h"
 #include "spell/process-effect.h"
-#include "spell/spells-launcher.h"
+#include "spell-kind/spells-launcher.h"
 #include "spell/spells-summon.h"
 #include "spell/spells-type.h"
 
index b8b9470..c882aed 100644 (file)
@@ -58,7 +58,7 @@
 #include "spell/process-effect.h"
 #include "spell/range-calc.h"
 #include "spell/spells-hex.h"
-#include "spell/spells-teleport.h"
+#include "spell-kind/spells-teleport.h"
 #include "mspell/mspell-learn-checker.h"
 #include "mspell/assign-monster-spell.h"
 
index ef9892b..4ac9b4f 100644 (file)
@@ -23,7 +23,7 @@
 #include "monster/monster.h"
 #include "monster/monster-status.h"
 #include "mspell/monster-spell.h"
-#include "spell/spells-teleport.h"
+#include "spell-kind/spells-teleport.h"
 #include "spell/spells-type.h"
 #include "spell/range-calc.h"
 #include "dungeon/dungeon.h"
index 75bf273..8c3e217 100644 (file)
 #include "player/player-effects.h"
 #include "io/targeting.h"
 #include "view/display-main-window.h"
-#include "spell/spells-launcher.h"
-#include "spell/spells-lite.h"
-#include "spell/spells-neighbor.h"
-#include "spell/spells-sight.h"
-#include "spell/spells-teleport.h"
+#include "spell-kind/spells-launcher.h"
+#include "spell-kind/spells-lite.h"
+#include "spell-kind/spells-neighbor.h"
+#include "spell-kind/spells-sight.h"
+#include "spell-kind/spells-teleport.h"
 #include "spell/spells3.h"
 #include "mspell/mspell-type.h"
 #include "mspell/mspell-damage-calculator.h"
index b15f5d1..8d8c2d9 100644 (file)
@@ -7,13 +7,13 @@
 #include "player/player-damage.h"
 #include "player/player-effects.h"
 #include "player/player-move.h"
-#include "spell/spells-floor.h"
+#include "spell-kind/spells-floor.h"
 #include "spell/spells-hex.h"
-#include "spell/spells-launcher.h"
-#include "spell/spells-lite.h"
-#include "spell/spells-sight.h"
+#include "spell-kind/spells-launcher.h"
+#include "spell-kind/spells-lite.h"
+#include "spell-kind/spells-sight.h"
 #include "spell/spells-summon.h"
-#include "spell/spells-teleport.h"
+#include "spell-kind/spells-teleport.h"
 #include "spell/spells-type.h"
 #include "spell/spells3.h"
 #include "store/store-owners.h"
index b296f6b..4f457c0 100644 (file)
 #include "player/player-races-table.h"
 #include "player/player-status.h"
 #include "player/selfinfo.h"
-#include "spell/spells-detection.h"
-#include "spell/spells-floor.h"
-#include "spell/spells-launcher.h"
-#include "spell/spells-lite.h"
-#include "spell/spells-sight.h"
+#include "spell-kind/spells-detection.h"
+#include "spell-kind/spells-floor.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/spells-teleport.h"
+#include "spell-kind/spells-teleport.h"
 #include "spell/spells-type.h"
 #include "spell/spells2.h"
 #include "spell/spells3.h"
index b49b61d..cba1e69 100644 (file)
 #include "player/player-effects.h"
 #include "player/player-races-table.h"
 #include "player/player-status.h"
-#include "spell/spells-floor.h"
-#include "spell/spells-genocide.h"
-#include "spell/spells-launcher.h"
+#include "spell-kind/spells-floor.h"
+#include "spell-kind/spells-genocide.h"
+#include "spell-kind/spells-launcher.h"
 #include "spell/spells-object.h"
-#include "spell/spells-sight.h"
+#include "spell-kind/spells-sight.h"
 #include "spell/spells-status.h"
 #include "spell/spells-summon.h"
 #include "spell/spells-type.h"
index 2e91159..5d765a2 100644 (file)
@@ -57,7 +57,7 @@
 #include "player/player-status.h"
 #include "player/race-info-table.h"
 #include "realm/realm-song-numbers.h"
-#include "spell/spells-floor.h"
+#include "spell-kind/spells-floor.h"
 #include "spell/spells-hex.h"
 #include "spell/spells-status.h"
 #include "term/gameterm.h"
index 8013a10..07ae526 100644 (file)
 #include "player/player-status.h"
 #include "realm/realm-song-numbers.h"
 #include "spell/process-effect.h"
-#include "spell/spells-floor.h"
+#include "spell-kind/spells-floor.h"
 #include "spell/spells-type.h"
 #include "spell/spells3.h"
 #include "util/util.h"
index 4797c6e..b460c6b 100644 (file)
@@ -4,16 +4,16 @@
 #include "player/avatar.h"
 #include "player/player-effects.h"
 #include "player/player-status.h"
-#include "spell/spells-beam.h"
-#include "spell/spells-detection.h"
+#include "spell-kind/spells-beam.h"
+#include "spell-kind/spells-detection.h"
 #include "spell/spells-diceroll.h"
-#include "spell/spells-floor.h"
-#include "spell/spells-launcher.h"
-#include "spell/spells-lite.h"
+#include "spell-kind/spells-floor.h"
+#include "spell-kind/spells-launcher.h"
+#include "spell-kind/spells-lite.h"
 #include "spell/spells-object.h"
 #include "spell/spells-status.h"
 #include "spell/spells-summon.h"
-#include "spell/spells-teleport.h"
+#include "spell-kind/spells-teleport.h"
 #include "spell/spells-type.h"
 #include "spell/spells3.h"
 #include "util/util.h"
index 8b80a0c..5068632 100644 (file)
@@ -6,14 +6,14 @@
 #include "player/player-effects.h"
 #include "spell/process-effect.h"
 #include "spell/spells-diceroll.h"
-#include "spell/spells-floor.h"
-#include "spell/spells-launcher.h"
-#include "spell/spells-lite.h"
-#include "spell/spells-neighbor.h"
+#include "spell-kind/spells-floor.h"
+#include "spell-kind/spells-launcher.h"
+#include "spell-kind/spells-lite.h"
+#include "spell-kind/spells-neighbor.h"
 #include "spell/spells-object.h"
 #include "spell/spells-status.h"
 #include "spell/spells-summon.h"
-#include "spell/spells-teleport.h"
+#include "spell-kind/spells-teleport.h"
 #include "spell/spells-type.h"
 #include "spell/spells2.h"
 #include "spell/spells3.h"
index 974747d..afe4a71 100644 (file)
@@ -6,17 +6,17 @@
 #include "player/player-class.h"
 #include "player/player-effects.h"
 #include "spell/process-effect.h"
-#include "spell/spells-beam.h"
-#include "spell/spells-detection.h"
+#include "spell-kind/spells-beam.h"
+#include "spell-kind/spells-detection.h"
 #include "spell/spells-diceroll.h"
-#include "spell/spells-floor.h"
-#include "spell/spells-launcher.h"
-#include "spell/spells-neighbor.h"
+#include "spell-kind/spells-floor.h"
+#include "spell-kind/spells-launcher.h"
+#include "spell-kind/spells-neighbor.h"
 #include "spell/spells-object.h"
-#include "spell/spells-sight.h"
+#include "spell-kind/spells-sight.h"
 #include "spell/spells-status.h"
 #include "spell/spells-summon.h"
-#include "spell/spells-teleport.h"
+#include "spell-kind/spells-teleport.h"
 #include "spell/spells-type.h"
 #include "spell/spells2.h"
 #include "spell/spells3.h"
index 07f2c7c..1f4f88d 100644 (file)
@@ -5,13 +5,13 @@
 #include "player/player-damage.h"
 #include "player/player-effects.h"
 #include "player/player-race.h"
-#include "spell/spells-detection.h"
+#include "spell-kind/spells-detection.h"
 #include "spell/spells-diceroll.h"
-#include "spell/spells-floor.h"
-#include "spell/spells-launcher.h"
+#include "spell-kind/spells-floor.h"
+#include "spell-kind/spells-launcher.h"
 #include "spell/spells-object.h"
-#include "spell/spells-pet.h"
-#include "spell/spells-sight.h"
+#include "spell-kind/spells-pet.h"
+#include "spell-kind/spells-sight.h"
 #include "spell/spells-status.h"
 #include "spell/spells-summon.h"
 #include "spell/spells-type.h"
index 0e6f919..95cb061 100644 (file)
@@ -9,14 +9,14 @@
 #include "player/player-race.h"
 #include "player/player-status.h"
 #include "spell/process-effect.h"
-#include "spell/spells-detection.h"
+#include "spell-kind/spells-detection.h"
 #include "spell/spells-diceroll.h"
-#include "spell/spells-genocide.h"
-#include "spell/spells-launcher.h"
-#include "spell/spells-neighbor.h"
+#include "spell-kind/spells-genocide.h"
+#include "spell-kind/spells-launcher.h"
+#include "spell-kind/spells-neighbor.h"
 #include "spell/spells-object.h"
-#include "spell/spells-sight.h"
-#include "spell/spells-specific-bolt.h"
+#include "spell-kind/spells-sight.h"
+#include "spell-kind/spells-specific-bolt.h"
 #include "spell/spells-status.h"
 #include "spell/spells-summon.h"
 #include "spell/spells-type.h"
index 62dabf2..266d65d 100644 (file)
 #include "spell/process-effect.h"
 #include "spell/spells-execution.h"
 #include "spell/spells-hex.h"
-#include "spell/spells-launcher.h"
-#include "spell/spells-neighbor.h"
-#include "spell/spells-sight.h"
+#include "spell-kind/spells-launcher.h"
+#include "spell-kind/spells-neighbor.h"
+#include "spell-kind/spells-sight.h"
 #include "spell/spells-status.h"
-#include "spell/spells-teleport.h"
+#include "spell-kind/spells-teleport.h"
 #include "spell/spells-type.h"
 #include "spell/spells3.h"
 #include "spell/technic-info-table.h"
index 4201845..84541c0 100644 (file)
 #include "player/player-move.h"
 #include "player/player-status.h"
 #include "spell/process-effect.h"
-#include "spell/spells-detection.h"
-#include "spell/spells-floor.h"
-#include "spell/spells-launcher.h"
-#include "spell/spells-sight.h"
-#include "spell/spells-teleport.h"
+#include "spell-kind/spells-detection.h"
+#include "spell-kind/spells-floor.h"
+#include "spell-kind/spells-launcher.h"
+#include "spell-kind/spells-sight.h"
+#include "spell-kind/spells-teleport.h"
 #include "spell/spells-type.h"
 #include "spell/spells-util.h"
 #include "spell/spells3.h"
index e41609b..ba13013 100644 (file)
@@ -4,13 +4,13 @@
 #include "io/targeting.h"
 #include "player/player-effects.h"
 #include "player/player-status.h"
-#include "spell/spells-detection.h"
-#include "spell/spells-floor.h"
-#include "spell/spells-genocide.h"
-#include "spell/spells-lite.h"
-#include "spell/spells-launcher.h"
-#include "spell/spells-neighbor.h"
-#include "spell/spells-sight.h"
+#include "spell-kind/spells-detection.h"
+#include "spell-kind/spells-floor.h"
+#include "spell-kind/spells-genocide.h"
+#include "spell-kind/spells-lite.h"
+#include "spell-kind/spells-launcher.h"
+#include "spell-kind/spells-neighbor.h"
+#include "spell-kind/spells-sight.h"
 #include "spell/spells-status.h"
 #include "spell/spells-type.h"
 #include "spell/spells3.h"
index c4fc4da..45ff32d 100644 (file)
 #include "player/player-effects.h"
 #include "player/player-races-table.h"
 #include "spell/process-effect.h"
-#include "spell/spells-beam.h"
-#include "spell/spells-detection.h"
+#include "spell-kind/spells-beam.h"
+#include "spell-kind/spells-detection.h"
 #include "spell/spells-diceroll.h"
-#include "spell/spells-floor.h"
-#include "spell/spells-launcher.h"
-#include "spell/spells-lite.h"
-#include "spell/spells-neighbor.h"
+#include "spell-kind/spells-floor.h"
+#include "spell-kind/spells-launcher.h"
+#include "spell-kind/spells-lite.h"
+#include "spell-kind/spells-neighbor.h"
 #include "spell/spells-object.h"
-#include "spell/spells-sight.h"
+#include "spell-kind/spells-sight.h"
 #include "spell/spells-status.h"
 #include "spell/spells-summon.h"
 #include "spell/spells-type.h"
index bfef535..956e7ea 100644 (file)
@@ -5,12 +5,12 @@
 #include "player/player-effects.h"
 #include "realm/realm-song-numbers.h"
 #include "spell/process-effect.h"
-#include "spell/spells-detection.h"
-#include "spell/spells-floor.h"
-#include "spell/spells-launcher.h"
-#include "spell/spells-lite.h"
-#include "spell/spells-neighbor.h"
-#include "spell/spells-sight.h"
+#include "spell-kind/spells-detection.h"
+#include "spell-kind/spells-floor.h"
+#include "spell-kind/spells-launcher.h"
+#include "spell-kind/spells-lite.h"
+#include "spell-kind/spells-neighbor.h"
+#include "spell-kind/spells-sight.h"
 #include "spell/spells-status.h"
 #include "spell/spells-type.h"
 #include "spell/spells3.h"
index 7d8efef..135e2d7 100644 (file)
@@ -4,13 +4,13 @@
 #include "player/avatar.h"
 #include "player/player-effects.h"
 #include "player/selfinfo.h"
-#include "spell/spells-detection.h"
-#include "spell/spells-floor.h"
-#include "spell/spells-launcher.h"
-#include "spell/spells-lite.h"
-#include "spell/spells-sight.h"
+#include "spell-kind/spells-detection.h"
+#include "spell-kind/spells-floor.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-teleport.h"
+#include "spell-kind/spells-teleport.h"
 #include "spell/spells-type.h"
 #include "spell/spells2.h"
 #include "spell/spells3.h"
index b087fe4..efd4977 100644 (file)
@@ -5,13 +5,13 @@
 #include "mutation/mutation.h"
 #include "player/player-class.h"
 #include "player/player-effects.h"
-#include "spell/spells-detection.h"
-#include "spell/spells-launcher.h"
+#include "spell-kind/spells-detection.h"
+#include "spell-kind/spells-launcher.h"
 #include "spell/spells-object.h"
-#include "spell/spells-sight.h"
+#include "spell-kind/spells-sight.h"
 #include "spell/spells-status.h"
 #include "spell/spells-summon.h"
-#include "spell/spells-teleport.h"
+#include "spell-kind/spells-teleport.h"
 #include "spell/spells-type.h"
 #include "spell/spells2.h"
 #include "spell/spells3.h"
index 369bca0..21e5d5b 100644 (file)
@@ -12,8 +12,8 @@
 #include "player/player-damage.h"
 #include "player/player-effects.h"
 #include "player/player-status.h"
-#include "spell/spells-launcher.h"
-#include "spell/spells-sight.h"
+#include "spell-kind/spells-launcher.h"
+#include "spell-kind/spells-sight.h"
 #include "spell/spells-summon.h"
 #include "spell/spells-type.h"
 #include "spell/spells2.h"
index 7e64cfa..645e6ed 100644 (file)
@@ -1,7 +1,7 @@
-#include "spell/spells-beam.h"
+#include "spell-kind/spells-beam.h"
 #include "effect/effect-characteristics.h"
 #include "spell/spells-type.h"
-#include "spell/spells-launcher.h"
+#include "spell-kind/spells-launcher.h"
 
 /*!
  * @brief 岩石溶解処理
index 9abffc8..b87db29 100644 (file)
@@ -1,4 +1,4 @@
-#include "spell/spells-detection.h"
+#include "spell-kind/spells-detection.h"
 #include "core/player-processor.h"
 #include "dungeon/dungeon.h"
 #include "floor/floor.h"
index 51858ea..7b41507 100644 (file)
@@ -4,7 +4,7 @@
  * @author deskull
  */
 
-#include "spell/spells-floor.h"
+#include "spell-kind/spells-floor.h"
 #include "cmd-io/cmd-dump.h"
 #include "cmd/cmd-basic.h"
 #include "dungeon/dungeon.h"
@@ -26,7 +26,7 @@
 #include "player/player-damage.h"
 #include "player/player-effects.h"
 #include "player/player-move.h"
-#include "spell/spells-teleport.h"
+#include "spell-kind/spells-teleport.h"
 #include "util/util.h"
 #include "view/display-main-window.h"
 
index 3b469eb..5342e2d 100644 (file)
@@ -1,4 +1,4 @@
-#include "spell/spells-genocide.h"
+#include "spell-kind/spells-genocide.h"
 #include "core/stuff-handler.h"
 #include "dungeon/quest.h"
 #include "floor/floor.h"
index 5569ac2..695968b 100644 (file)
@@ -1,4 +1,4 @@
-#include "spell/spells-launcher.h"
+#include "spell-kind/spells-launcher.h"
 #include "effect/effect-characteristics.h"
 #include "io/targeting.h"
 #include "spell/process-effect.h"
index 1ff63a4..384a159 100644 (file)
@@ -1,4 +1,4 @@
-#include "spell/spells-lite.h"
+#include "spell-kind/spells-lite.h"
 #include "dungeon/dungeon.h"
 #include "effect/effect-characteristics.h"
 #include "floor/floor.h"
@@ -6,7 +6,7 @@
 #include "monster/monster-status.h"
 #include "player/player-effects.h"
 #include "spell/process-effect.h"
-#include "spell/spells-launcher.h"
+#include "spell-kind/spells-launcher.h"
 #include "spell/spells-type.h"
 #include "world/world.h"
 
index 0835016..e6580a3 100644 (file)
@@ -1,9 +1,9 @@
-#include "spell/spells-neighbor.h"
+#include "spell-kind/spells-neighbor.h"
 #include "effect/effect-characteristics.h"
 #include "floor/floor.h"
 #include "grid/feature.h"
 #include "spell/process-effect.h"
-#include "spell/spells-floor.h"
+#include "spell-kind/spells-floor.h"
 #include "spell/spells-type.h"
 
 /*!
index 1143eb9..a33632c 100644 (file)
@@ -1,4 +1,4 @@
-#include "spell/spells-pet.h"
+#include "spell-kind/spells-pet.h"
 #include "effect/effect-characteristics.h"
 #include "floor/floor.h"
 #include "io/write-diary.h"
index def33a9..6d86c94 100644 (file)
@@ -1,4 +1,4 @@
-#include "spell/spells-sight.h"
+#include "spell-kind/spells-sight.h"
 #include "core/stuff-handler.h"
 #include "effect/effect-characteristics.h"
 #include "floor/floor.h"
index dcd94c1..793a309 100644 (file)
@@ -1,6 +1,6 @@
-#include "spell/spells-specific-bolt.h"
+#include "spell-kind/spells-specific-bolt.h"
 #include "effect/effect-characteristics.h"
-#include "spell/spells-launcher.h"
+#include "spell-kind/spells-launcher.h"
 #include "spell/spells-type.h"
 
 /*!
index de316fb..47a6944 100644 (file)
@@ -5,7 +5,7 @@
  * @author Hourier
  */
 
-#include "spell/spells-teleport.h"
+#include "spell-kind/spells-teleport.h"
 #include "cmd-io/cmd-save.h"
 #include "dungeon/dungeon.h"
 #include "dungeon/quest.h"
@@ -19,7 +19,7 @@
 #include "object/object-hook.h"
 #include "player/avatar.h"
 #include "player/player-move.h"
-#include "spell/spells-launcher.h"
+#include "spell-kind/spells-launcher.h"
 #include "spell/spells-type.h"
 #include "world/world.h"
 
index cb10bde..d5940ac 100644 (file)
@@ -1,5 +1,5 @@
 #include "system/angband.h"
-#include "spell/spells-world.h"
+#include "spell-kind/spells-world.h"
 #include "util/util.h"
 #include "world/world.h"
 
index 6b2443b..6cd617b 100644 (file)
@@ -3,7 +3,7 @@
 #include "player/player-damage.h"
 #include "player/player-effects.h"
 #include "spell/process-effect.h"
-#include "spell/spells-sight.h"
+#include "spell-kind/spells-sight.h"
 #include "spell/spells-type.h"
 
 /*!
index c803814..df348e1 100644 (file)
@@ -22,8 +22,8 @@
 #include "player/player-class.h"
 #include "player/player-effects.h"
 #include "player/player-status.h"
-#include "spell/spells-launcher.h"
-#include "spell/spells-teleport.h"
+#include "spell-kind/spells-launcher.h"
+#include "spell-kind/spells-teleport.h"
 #include "spell/spells-type.h"
 #include "util/util.h"
 #include "view/display-main-window.h"
index d75f52b..791902e 100644 (file)
@@ -9,12 +9,12 @@
 #include "player/avatar.h"
 #include "player/player-effects.h"
 #include "spell/spells-diceroll.h"
-#include "spell/spells-floor.h"
-#include "spell/spells-genocide.h"
-#include "spell/spells-launcher.h"
-#include "spell/spells-lite.h"
-#include "spell/spells-sight.h"
-#include "spell/spells-specific-bolt.h"
+#include "spell-kind/spells-floor.h"
+#include "spell-kind/spells-genocide.h"
+#include "spell-kind/spells-launcher.h"
+#include "spell-kind/spells-lite.h"
+#include "spell-kind/spells-sight.h"
+#include "spell-kind/spells-specific-bolt.h"
 #include "spell/spells-status.h"
 #include "spell/spells-type.h"
 #include "sv-definition/sv-other-types.h"
index b520bfd..553c305 100644 (file)
 #include "player/player-status.h"
 #include "spell/process-effect.h"
 #include "spell/spells-diceroll.h"
-#include "spell/spells-floor.h"
-#include "spell/spells-genocide.h"
-#include "spell/spells-launcher.h"
-#include "spell/spells-lite.h"
-#include "spell/spells-neighbor.h"
-#include "spell/spells-sight.h"
-#include "spell/spells-specific-bolt.h"
+#include "spell-kind/spells-floor.h"
+#include "spell-kind/spells-genocide.h"
+#include "spell-kind/spells-launcher.h"
+#include "spell-kind/spells-lite.h"
+#include "spell-kind/spells-neighbor.h"
+#include "spell-kind/spells-sight.h"
+#include "spell-kind/spells-specific-bolt.h"
 #include "spell/spells-status.h"
 #include "spell/spells-summon.h"
-#include "spell/spells-teleport.h"
+#include "spell-kind/spells-teleport.h"
 #include "spell/spells-type.h"
 #include "spell/range-calc.h"
 #include "spell/spells3.h"
index fe98a98..8c18a08 100644 (file)
 #include "player/player-status.h"
 #include "spell/process-effect.h"
 #include "spell/spells-execution.h"
-#include "spell/spells-floor.h"
-#include "spell/spells-launcher.h"
-#include "spell/spells-sight.h"
+#include "spell-kind/spells-floor.h"
+#include "spell-kind/spells-launcher.h"
+#include "spell-kind/spells-sight.h"
 #include "spell/spells-summon.h"
-#include "spell/spells-teleport.h"
+#include "spell-kind/spells-teleport.h"
 #include "spell/spells2.h"
 #include "spell/technic-info-table.h"
 #include "term/gameterm.h"
index d88864b..f3b1236 100644 (file)
 #include "player/player-skill.h"
 #include "player/player-status.h"
 #include "player/selfinfo.h"
-#include "spell/spells-detection.h"
-#include "spell/spells-floor.h"
+#include "spell-kind/spells-detection.h"
+#include "spell-kind/spells-floor.h"
 #include "spell/spells-object.h"
-#include "spell/spells-sight.h"
+#include "spell-kind/spells-sight.h"
 #include "spell/spells-status.h"
 #include "spell/spells-summon.h"
-#include "spell/spells-teleport.h"
+#include "spell-kind/spells-teleport.h"
 #include "spell/spells-util.h"
-#include "spell/spells-world.h"
+#include "spell-kind/spells-world.h"
 #include "spell/spells2.h"
 #include "spell/spells3.h"
 #include "system/angband-version.h"