OSDN Git Service

[Refactor] #39963 Separated spells-effect-util.c/h from spells.h/spells1.c
authorHourier <hourier@users.sourceforge.jp>
Wed, 29 Apr 2020 03:36:03 +0000 (12:36 +0900)
committerHourier <hourier@users.sourceforge.jp>
Wed, 29 Apr 2020 03:36:03 +0000 (12:36 +0900)
commit69172f3a84ba120f7c55783996b3e54e442245ac
tree637ab60bc3f8335ab6aa8d3f233257680d1cea11
parent0e1a8c38a6498c81ba9a6eac5fb0c38e3d94ffbe
[Refactor] #39963 Separated spells-effect-util.c/h from spells.h/spells1.c
23 files changed:
Hengband_vcs2017/Hengband/Hengband.vcxproj
Hengband_vcs2017/Hengband/Hengband.vcxproj.filters
src/Makefile.am
src/cmd/cmd-activate.c
src/cmd/cmd-basic.c
src/cmd/cmd-pet.c
src/combat/shoot.c
src/effect/spells-effect-util.c [new file with mode: 0644]
src/effect/spells-effect-util.h [new file with mode: 0644]
src/floor.c
src/mind.c
src/mutation.c
src/racial.c
src/realm/realm-hissatsu.c
src/realm/realm-nature.c
src/realm/realm-trump.c
src/spells-summon.c
src/spells.h
src/spells1.c
src/spells2.c
src/spells3.c
src/targeting.c
src/view/display-main-window.c