OSDN Git Service

[Refactor] #40399 Separated object-flags.c/h from object1.c/h
authorHourier <hourier@users.sourceforge.jp>
Sun, 7 Jun 2020 03:40:17 +0000 (12:40 +0900)
committerHourier <hourier@users.sourceforge.jp>
Sun, 7 Jun 2020 03:40:17 +0000 (12:40 +0900)
commit0b2fda75326756a7945c96991613695fab0e05ce
tree93474cd75aa8b9d574cf3db58710f1929d49c199
parent4ee95835b93f6e983b1fa996530f709b86a069ad
[Refactor] #40399 Separated object-flags.c/h from object1.c/h
41 files changed:
Hengband/Hengband/Hengband.vcxproj
Hengband/Hengband/Hengband.vcxproj.filters
src/Makefile.am
src/cmd-item/cmd-activate.c
src/cmd-item/cmd-smith.c
src/cmd/cmd-basic.c
src/combat/shoot.c
src/combat/slaying.c
src/effect/effect-item.c
src/inventory/inventory-curse.c
src/io/load.c
src/knowledge/knowledge-inventory.c
src/market/building-craft-fix.c
src/market/building-craft-weapon.c
src/monster/monster-object.c
src/object-enchant/artifact.c
src/object/object-broken.c
src/object/object-flags.c [new file with mode: 0644]
src/object/object-flags.h [new file with mode: 0644]
src/object/object-hook.c
src/object/object-value-calc.c
src/object/object-value.c
src/object/object1.c
src/object/object1.h
src/object/warning.c
src/perception/identification.c
src/player-attack/player-attack.c
src/player/player-damage.c
src/player/player-status.c
src/player/race-resistances.c
src/player/selfinfo.c
src/realm/realm-hex.c
src/specific-object/death-scythe.c
src/spell-kind/spells-teleport.c
src/spell/spells-object.c
src/store/store-util.c
src/view/display-characteristic.c
src/view/display-player-stat-info.c
src/view/status-first-page.c
src/wizard/wizard-special-process.c
src/wizard/wizard-spoiler.c