OSDN Git Service

[Refactor] #40561 Separated random-art-generator.c/h from artifact.c/h
authorHourier <hourier@users.sourceforge.jp>
Tue, 14 Jul 2020 10:41:38 +0000 (19:41 +0900)
committerHourier <hourier@users.sourceforge.jp>
Tue, 14 Jul 2020 10:41:38 +0000 (19:41 +0900)
commitdb90fdb06480eea990ab861498ae1dc9603927fe
tree685bddb3cecad76eb127a76df3d2a1fe72c37cd5
parentfcba7fac26510e3699499b1086c38f8d42220eb4
[Refactor] #40561 Separated random-art-generator.c/h from artifact.c/h
13 files changed:
Hengband/Hengband/Hengband.vcxproj
Hengband/Hengband/Hengband.vcxproj.filters
src/Makefile.am
src/artifact/random-art-generator.c [new file with mode: 0644]
src/artifact/random-art-generator.h [new file with mode: 0644]
src/object-enchant/apply-magic-accessory.c
src/object-enchant/apply-magic-armor.c
src/object-enchant/apply-magic-others.c
src/object-enchant/apply-magic-weapon.c
src/object-enchant/artifact.c
src/object-enchant/artifact.h
src/spell-kind/spells-enchant.c
src/wizard/wizard-special-process.c