OSDN Git Service

[Refactor] Moved targeting.c/h to io/
authorHourier <hourier@users.sourceforge.jp>
Fri, 15 May 2020 14:28:39 +0000 (23:28 +0900)
committerHourier <hourier@users.sourceforge.jp>
Fri, 15 May 2020 14:28:39 +0000 (23:28 +0900)
38 files changed:
src/cmd/cmd-activate.c
src/cmd/cmd-basic.c
src/cmd/cmd-item.c
src/cmd/cmd-magiceat.c
src/cmd/cmd-mane.c
src/cmd/cmd-pet.c
src/cmd/cmd-zaprod.c
src/cmd/cmd-zapwand.c
src/combat/shoot.c
src/core/game-play.c
src/dungeon/dungeon-processor.c
src/io/targeting.c [moved from src/targeting.c with 99% similarity]
src/io/targeting.h [moved from src/targeting.h with 100% similarity]
src/mind.c
src/monster/monster2.c
src/mutation/mutation-processor.c
src/mutation/mutation.c
src/player/player-move.c
src/racial.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/spell/mspells3.c
src/spell/spells-object.c
src/spell/spells-status.c
src/spell/spells2.c
src/spell/spells3.c
src/view/display-main-window.c
src/wizard/wizard-special-process.c

index bb31bfe..f44b9f9 100644 (file)
@@ -28,7 +28,7 @@
 #include "io/files.h"
 #include "object/object-kind.h"
 #include "object/object-ego.h"
-#include "targeting.h"
+#include "io/targeting.h"
 #include "world/world.h"
 #include "effect/spells-effect-util.h"
 #include "spell/spells-type.h"
index 10eefda..3a978ce 100644 (file)
@@ -49,7 +49,7 @@
 #include "io/files.h"
 
 #include "view/display-main-window.h"
-#include "targeting.h"
+#include "io/targeting.h"
 #include "world/world.h"
 #include "effect/spells-effect-util.h"
 #include "spell/spells3.h"
index 06ae1fb..81746d2 100644 (file)
@@ -44,7 +44,7 @@
 #include "object/object-kind.h"
 #include "autopick/autopick.h"
 #include "autopick/autopick-registry.h"
-#include "targeting.h"
+#include "io/targeting.h"
 #include "snipe.h"
 #include "player/player-race.h"
 #include "view/display-main-window.h"
index 2b39bb8..eade1f6 100644 (file)
@@ -67,7 +67,7 @@
 #include "spell/spells3.h"
 #include "player/player-class.h"
 #include "object/object-kind.h"
-#include "targeting.h"
+#include "io/targeting.h"
 
 /*!
  * @brief 魔道具術師の取り込んだ魔力一覧から選択/閲覧する /
index cd8453f..07dea9d 100644 (file)
@@ -26,7 +26,7 @@
 #include "player/player-status.h"
 #include "player/player-effects.h"
 #include "cmd-basic.h"
-#include "targeting.h"
+#include "io/targeting.h"
 #include "view/display-main-window.h"
 #include "spell/spells-type.h"
 #include "spell/spells2.h"
index e6ed4d0..654390d 100644 (file)
@@ -20,7 +20,7 @@
 #include "cmd-pet.h"
 #include "cmd-basic.h"
 #include "view/display-main-window.h"
-#include "targeting.h"
+#include "io/targeting.h"
 #include "world/world.h"
 #include "effect/spells-effect-util.h"
 
index 51805ad..66d2538 100644 (file)
@@ -14,7 +14,7 @@
 #include "spell/spells-floor.h"
 #include "cmd-basic.h"
 #include "floor/floor.h"
-#include "targeting.h"
+#include "io/targeting.h"
 #include "view/display-main-window.h"
 #include "spell/spells2.h"
 #include "spell/spells3.h"
index 7da96b8..c5107d9 100644 (file)
@@ -13,7 +13,7 @@
 #include "object/object-hook.h"
 #include "cmd-basic.h"
 #include "floor/floor.h"
-#include "targeting.h"
+#include "io/targeting.h"
 #include "view/display-main-window.h"
 #include "spell/spells2.h"
 #include "spell/spells3.h"
index b06ab0d..1389d33 100644 (file)
@@ -23,7 +23,7 @@
 #include "snipe.h"
 #include "view/display-main-window.h"
 #include "object/object-kind.h"
-#include "targeting.h"
+#include "io/targeting.h"
 #include "effect/spells-effect-util.h"
 #include "spell/process-effect.h"
 
index 88d5345..3f79572 100644 (file)
@@ -54,7 +54,7 @@
 #include "realm/realm.h"
 #include "io/save.h"
 #include "scores.h"
-#include "targeting.h"
+#include "io/targeting.h"
 #include "view/display-main-window.h"
 #include "system/system-variables.h"
 
index 3eea6cc..6c0c11f 100644 (file)
@@ -1,7 +1,7 @@
 #include "system/angband.h"
 #include "dungeon/dungeon-processor.h"
 #include "world/world.h"
-#include "targeting.h"
+#include "io/targeting.h"
 #include "core/player-processor.h"
 #include "quest.h"
 #include "dungeon/dungeon.h"
similarity index 99%
rename from src/targeting.c
rename to src/io/targeting.c
index 868138c..70237d6 100644 (file)
@@ -15,7 +15,7 @@
 #include "system/system-variables.h"
 #include "core/stuff-handler.h"
 #include "term/gameterm.h"
-#include "targeting.h"
+#include "io/targeting.h"
 
 #include "market/building.h"
 #include "cmd-pet.h"
similarity index 100%
rename from src/targeting.h
rename to src/io/targeting.h
index b875a1e..ab5b931 100644 (file)
@@ -38,7 +38,7 @@
 #include "player/player-effects.h"
 #include "player/player-damage.h"
 #include "view/display-main-window.h"
-#include "targeting.h"
+#include "io/targeting.h"
 #include "realm/realm-song.h"
 #include "effect/spells-effect-util.h"
 #include "spell/spells-type.h"
index 75e4e88..0f59cf4 100644 (file)
@@ -41,7 +41,7 @@
 #include "world/world.h"
 #include "monster/monster-race.h"
 #include "monster/creature.h"
-#include "targeting.h"
+#include "io/targeting.h"
 #include "melee.h"
 #include "spell/process-effect.h"
 #include "core/player-processor.h"
index d23cc81..ae74b18 100644 (file)
@@ -10,7 +10,7 @@
 #include "spell/spells2.h"
 #include "spell/spells3.h"
 #include "spell/spells-floor.h"
-#include "targeting.h"
+#include "io/targeting.h"
 #include "market/store.h"
 #include "object/object-hook.h"
 #include "mutation/mutation.h"
index ee15503..878d448 100644 (file)
@@ -34,7 +34,7 @@
 #include "cmd-basic.h"
 #include "io/files.h"
 #include "floor/floor.h"
-#include "targeting.h"
+#include "io/targeting.h"
 #include "player/player-race.h"
 #include "effect/spells-effect-util.h"
 #include "spell/spells-type.h"
index 9672401..cdc8f3f 100644 (file)
 #include "world/world.h"
 #include "object/object-kind.h"
 #include "autopick/autopick.h"
-#include "targeting.h"
+#include "io/targeting.h"
 #include "spell/process-effect.h"
 #include "spell/spells3.h"
 
index 79122fc..d4e8a9d 100644 (file)
@@ -32,7 +32,7 @@
 #include "spell/spells-floor.h"
 #include "cmd-spell.h"
 #include "realm/realm-hex.h"
-#include "targeting.h"
+#include "io/targeting.h"
 #include "view/display-main-window.h"
 #include "player/player-class.h"
 #include "effect/spells-effect-util.h"
index b384329..2e29d32 100644 (file)
@@ -13,7 +13,7 @@
 #include "spell/spells-diceroll.h"
 #include "player/player-status.h"
 #include "player/player-effects.h"
-#include "targeting.h"
+#include "io/targeting.h"
 #include "realm/realm-arcane.h"
 #include "spell/spells-type.h"
 
index 581628c..cd418fc 100644 (file)
@@ -9,7 +9,7 @@
 #include "spell/spells-floor.h"
 #include "spell/spells-object.h"
 #include "spell/spells-diceroll.h"
-#include "targeting.h"
+#include "io/targeting.h"
 #include "view/display-main-window.h"
 #include "realm/realm-chaos.h"
 #include "spell/spells-type.h"
index 26b9b43..322d1ef 100644 (file)
@@ -12,7 +12,7 @@
 #include "spell/spells-diceroll.h"
 #include "player/player-class.h"
 #include "player/player-effects.h"
-#include "targeting.h"
+#include "io/targeting.h"
 #include "realm/realm-crusade.h"
 #include "spell/process-effect.h"
 #include "spell/spells2.h"
index 2ec2dd1..48ef2a9 100644 (file)
@@ -12,7 +12,7 @@
 #include "player/player-effects.h"
 #include "player/player-race.h"
 #include "player/player-damage.h"
-#include "targeting.h"
+#include "io/targeting.h"
 #include "realm/realm-daemon.h"
 #include "spell/spells2.h"
 
index 583f473..b39c8ba 100644 (file)
@@ -8,7 +8,7 @@
 #include "player/avatar.h"
 #include "player/player-status.h"
 #include "player/player-effects.h"
-#include "targeting.h"
+#include "io/targeting.h"
 #include "player/player-class.h"
 #include "player/player-damage.h"
 #include "player/player-race.h"
index ed535ab..7910f7f 100644 (file)
@@ -33,7 +33,7 @@
 #include "realm/realm-hex.h"
 #include "grid/grid.h"
 #include "monster/monster-race.h"
-#include "targeting.h"
+#include "io/targeting.h"
 #include "realm/realm-song.h"
 #include "view/display-main-window.h"
 #include "world/world.h"
index 8951f6f..713f531 100644 (file)
@@ -17,7 +17,7 @@
 #include "grid/feature.h"
 #include "spell/technic-info-table.h"
 #include "grid/grid.h"
-#include "targeting.h"
+#include "io/targeting.h"
 #include "view/display-main-window.h"
 #include "spell/spells-floor.h"
 #include "world/world.h"
index b2a7e30..8d84362 100644 (file)
@@ -7,7 +7,7 @@
 #include "player/player-status.h"
 #include "player/player-effects.h"
 #include "floor/floor.h"
-#include "targeting.h"
+#include "io/targeting.h"
 #include "realm/realm-life.h"
 #include "spell/spells-type.h"
 
index a621a6e..f376b0d 100644 (file)
@@ -11,7 +11,7 @@
 #include "player/player-race.h"
 #include "player/player-effects.h"
 #include "player/player-damage.h"
-#include "targeting.h"
+#include "io/targeting.h"
 #include "effect/spells-effect-util.h"
 #include "realm/realm-nature.h"
 #include "spell/spells-type.h"
index 18cbd35..440977b 100644 (file)
@@ -7,7 +7,7 @@
 #include "spell/spells-floor.h"
 #include "player/player-class.h"
 #include "player/player-effects.h"
-#include "targeting.h"
+#include "io/targeting.h"
 #include "view/display-main-window.h"
 #include "realm/realm-song.h"
 #include "spell/process-effect.h"
index dcd09d9..762db41 100644 (file)
@@ -9,7 +9,7 @@
 #include "spell/spells-status.h"
 #include "spell/spells-floor.h"
 #include "player/player-effects.h"
-#include "targeting.h"
+#include "io/targeting.h"
 #include "realm/realm-sorcery.h"
 #include "spell/spells2.h"
 #include "spell/spells3.h"
index 741a5ce..1767c15 100644 (file)
@@ -8,7 +8,7 @@
 #include "spell/spells-object.h"
 #include "player/player-effects.h"
 #include "player/player-class.h"
-#include "targeting.h"
+#include "io/targeting.h"
 #include "effect/spells-effect-util.h"
 #include "realm/realm-trump.h"
 #include "spell/spells-type.h"
index f3cb3eb..45a2324 100644 (file)
@@ -27,7 +27,7 @@
 #include "spell/spells-type.h"
 #include "cmd-basic.h"
 #include "player/player-effects.h"
-#include "targeting.h"
+#include "io/targeting.h"
 #include "view/display-main-window.h"
 #include "spell/spells2.h"
 #include "spell/spells3.h"
index 61b3601..43e2f9b 100644 (file)
@@ -20,7 +20,7 @@
 #include "inventory/player-inventory.h"
 #include "object/object-kind.h"
 #include "autopick/autopick.h"
-#include "targeting.h"
+#include "io/targeting.h"
 #include "view/display-main-window.h"
 
 
index 49513c4..841c766 100644 (file)
@@ -14,7 +14,7 @@
 #include "cmd-spell.h"
 #include "player/player-effects.h"
 #include "object/object-kind.h"
-#include "targeting.h"
+#include "io/targeting.h"
 #include "realm/realm-song.h"
 #include "view/display-main-window.h"
 #include "spell/spells2.h"
index fb4a4a4..d13dd09 100644 (file)
@@ -58,7 +58,7 @@
 #include "view/display-main-window.h"
 #include "object/object-kind.h"
 #include "monster/monster-race.h"
-#include "targeting.h"
+#include "io/targeting.h"
 #include "realm/realm-song.h"
 #include "locale/english.h"
 #include "effect/spells-effect-util.h"
index abff629..3979308 100644 (file)
@@ -62,7 +62,7 @@
 #include "world/world.h"
 #include "object/object-kind.h"
 #include "autopick/autopick.h"
-#include "targeting.h"
+#include "io/targeting.h"
 #include "effect/spells-effect-util.h"
 #include "spell/spells-util.h"
 #include "spell/spells-execution.h"
index d14a1db..ded4ed7 100644 (file)
@@ -46,7 +46,7 @@
 #include "floor/floor-town.h"
 #include "grid/feature.h"
 #include "object/object-kind.h"
-#include "targeting.h"
+#include "io/targeting.h"
 
 #include "market/arena-info-table.h"
 #include "effect/spells-effect-util.h"
index b269f2b..90c776c 100644 (file)
@@ -55,7 +55,7 @@
 #include "spell/monster-spell.h"
 #include "market/building.h"
 #include "object/object-kind.h"
-#include "targeting.h"
+#include "io/targeting.h"
 #include "view/display-main-window.h"
 #include "world/world.h"
 #include "spell/spells2.h"