OSDN Git Service

[WIP] [Refactor] #40457 Moved object boosting/cursing/ego/artifact-related files...
authorHourier <hourier@users.sourceforge.jp>
Tue, 2 Jun 2020 13:10:54 +0000 (22:10 +0900)
committerHourier <hourier@users.sourceforge.jp>
Tue, 2 Jun 2020 13:24:17 +0000 (22:24 +0900)
commit665e1cf8a86e83316c850de5fa7a05ec5d9ed29e
treecde0cfe426191c18cfcb88c2cf8fe37895e4f94d
parente3794a22ed627a5f7f30b6b212892f6eed40b587
[WIP] [Refactor] #40457 Moved object boosting/cursing/ego/artifact-related files from object/ to object-enchant/
16 files changed:
Hengband/Hengband/Hengband.vcxproj
Hengband/Hengband/Hengband.vcxproj.filters
src/object-enchant/artifact.c [moved from src/object/artifact.c with 100% similarity]
src/object-enchant/artifact.h [moved from src/object/artifact.h with 100% similarity]
src/object-enchant/item-apply-magic.h [moved from src/object/item-apply-magic.h with 100% similarity]
src/object-enchant/item-feeling.h [moved from src/object/item-feeling.h with 100% similarity]
src/object-enchant/object-boost.c [moved from src/object/object-boost.c with 100% similarity]
src/object-enchant/object-boost.h [moved from src/object/object-boost.h with 100% similarity]
src/object-enchant/object-curse.c [moved from src/object/object-curse.c with 100% similarity]
src/object-enchant/object-curse.h [moved from src/object/object-curse.h with 100% similarity]
src/object-enchant/object-ego.c [moved from src/object/object-ego.c with 100% similarity]
src/object-enchant/object-ego.h [moved from src/object/object-ego.h with 100% similarity]
src/object-enchant/old-ego-extra-values.h [moved from src/object/old-ego-extra-values.h with 100% similarity]
src/object-enchant/special-object-flags.h [moved from src/object/special-object-flags.h with 100% similarity]
src/object-enchant/tr-types.h [moved from src/object/tr-types.h with 100% similarity]
src/object-enchant/trc-types.h [moved from src/object/trc-types.h with 100% similarity]