OSDN Git Service

[WIP] [Refactor] #40414 Moved concrete spell kinds file (spell-*.c/h) from spell...
authorHourier <hourier@users.sourceforge.jp>
Fri, 5 Jun 2020 10:33:21 +0000 (19:33 +0900)
committerHourier <hourier@users.sourceforge.jp>
Fri, 5 Jun 2020 10:33:25 +0000 (19:33 +0900)
commitbfd56ce4d277878f22cb2c2fb78ee92550caef47
treeff043f68f07678ceb967263a11392db53635e910
parentbab532c3dd3e287c0f19c73c2fb30ee9acafa418
[WIP] [Refactor] #40414 Moved concrete spell kinds file (spell-*.c/h) from spell/ to spell-kind/
27 files changed:
Hengband/Hengband/Hengband.vcxproj
Hengband/Hengband/Hengband.vcxproj.filters
src/Makefile.am
src/spell-kind/spells-beam.c [moved from src/spell/spells-beam.c with 100% similarity]
src/spell-kind/spells-beam.h [moved from src/spell/spells-beam.h with 100% similarity]
src/spell-kind/spells-detection.c [moved from src/spell/spells-detection.c with 100% similarity]
src/spell-kind/spells-detection.h [moved from src/spell/spells-detection.h with 100% similarity]
src/spell-kind/spells-floor.c [moved from src/spell/spells-floor.c with 100% similarity]
src/spell-kind/spells-floor.h [moved from src/spell/spells-floor.h with 100% similarity]
src/spell-kind/spells-genocide.c [moved from src/spell/spells-genocide.c with 100% similarity]
src/spell-kind/spells-genocide.h [moved from src/spell/spells-genocide.h with 100% similarity]
src/spell-kind/spells-launcher.c [moved from src/spell/spells-launcher.c with 100% similarity]
src/spell-kind/spells-launcher.h [moved from src/spell/spells-launcher.h with 100% similarity]
src/spell-kind/spells-lite.c [moved from src/spell/spells-lite.c with 100% similarity]
src/spell-kind/spells-lite.h [moved from src/spell/spells-lite.h with 100% similarity]
src/spell-kind/spells-neighbor.c [moved from src/spell/spells-neighbor.c with 100% similarity]
src/spell-kind/spells-neighbor.h [moved from src/spell/spells-neighbor.h with 100% similarity]
src/spell-kind/spells-pet.c [moved from src/spell/spells-pet.c with 100% similarity]
src/spell-kind/spells-pet.h [moved from src/spell/spells-pet.h with 100% similarity]
src/spell-kind/spells-sight.c [moved from src/spell/spells-sight.c with 100% similarity]
src/spell-kind/spells-sight.h [moved from src/spell/spells-sight.h with 100% similarity]
src/spell-kind/spells-specific-bolt.c [moved from src/spell/spells-specific-bolt.c with 100% similarity]
src/spell-kind/spells-specific-bolt.h [moved from src/spell/spells-specific-bolt.h with 100% similarity]
src/spell-kind/spells-teleport.c [moved from src/spell/spells-teleport.c with 100% similarity]
src/spell-kind/spells-teleport.h [moved from src/spell/spells-teleport.h with 100% similarity]
src/spell-kind/spells-world.c [moved from src/spell/spells-world.c with 100% similarity]
src/spell-kind/spells-world.h [moved from src/spell/spells-world.h with 100% similarity]