OSDN Git Service

[Refactor] #40571 Moved targeting.c/h from io/ to target/
authorHourier <hourier@users.sourceforge.jp>
Fri, 24 Jul 2020 06:30:40 +0000 (15:30 +0900)
committerHourier <hourier@users.sourceforge.jp>
Fri, 24 Jul 2020 06:31:30 +0000 (15:31 +0900)
commitdcac2b14a5083def67dccf4e56c2ee35a737fe5d
treee50b590bd476b52cab5bd501c31779cb615abb34
parent8b39e849e640d80bbc6342bdda490ecf21dfc9ea
[Refactor] #40571 Moved targeting.c/h from io/ to target/
81 files changed:
Hengband/Hengband/Hengband.vcxproj
Hengband/Hengband/Hengband.vcxproj.filters
src/Makefile.am
src/blue-magic/blue-magic-ball-bolt.c
src/blue-magic/blue-magic-breath.c
src/blue-magic/blue-magic-caster.c
src/blue-magic/blue-magic-spirit-curse.c
src/blue-magic/blue-magic-status.c
src/cmd-action/cmd-mane.c
src/cmd-action/cmd-move.c
src/cmd-action/cmd-open-close.c
src/cmd-action/cmd-others.c
src/cmd-action/cmd-pet.c
src/cmd-action/cmd-travel.c
src/cmd-action/cmd-tunnel.c
src/cmd-item/cmd-activate.c
src/cmd-item/cmd-item.c
src/cmd-item/cmd-magiceat.c
src/cmd-item/cmd-throw.c
src/cmd-item/cmd-zaprod.c
src/cmd-item/cmd-zapwand.c
src/combat/shoot.c
src/core/disturbance.c
src/core/game-play.c
src/dungeon/dungeon-processor.c
src/floor/floor.c
src/inventory/player-inventory.c
src/io/cursor.c
src/io/screen-util.c
src/mind/mind-force-trainer.c
src/mind/mind-mirror-master.c
src/mind/mind-ninja.c
src/mind/mind-switcher.c
src/mind/mind-warrior.c
src/mind/monk-attack.c
src/monster-floor/monster-remover.c
src/monster/monster-compaction.c
src/mspell/mspell-attack.c
src/mspell/mspell-checker.c
src/mspell/mspell-judgement.c
src/mspell/mspell-lite.c
src/mutation/mutation-processor.c
src/mutation/mutation-techniques.c
src/mutation/mutation.c
src/pet/pet-fall-off.c
src/player/player-move.c
src/racial/racial-android.c
src/racial/racial-balrog.c
src/racial/racial-draconian.c
src/racial/racial-switcher.c
src/racial/racial-vampire.c
src/realm/realm-arcane.c
src/realm/realm-chaos.c
src/realm/realm-crusade.c
src/realm/realm-death.c
src/realm/realm-demon.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/death-crimson.c
src/spell-kind/spells-fetcher.c
src/spell-kind/spells-launcher.c
src/spell-kind/spells-lite.c
src/spell-kind/spells-polymorph.c
src/spell-kind/spells-random.c
src/spell-kind/spells-teleport.c
src/spell-kind/spells-world.c
src/spell-realm/spells-crusade.c
src/spell-realm/spells-trump.c
src/spell/process-effect.c
src/spell/spells-object.c
src/spell/spells-status.c
src/target/targeting.c [moved from src/io/targeting.c with 99% similarity]
src/target/targeting.h [moved from src/io/targeting.h with 100% similarity]
src/window/display-sub-windows.c
src/wizard/wizard-special-process.c
src/wizard/wizard-spells.c