OSDN Git Service

[Refactor] #40477 Separated text-display-options.c/h from cmd-gameoption.c/h
authorHourier <hourier@users.sourceforge.jp>
Sat, 13 Jun 2020 05:41:32 +0000 (14:41 +0900)
committerHourier <hourier@users.sourceforge.jp>
Sat, 13 Jun 2020 05:41:32 +0000 (14:41 +0900)
commitb88a485e97cbe9aab62c6723e40de7636dc290bf
tree70c66df1f661b476f4f4738289f3436ab67eddf9
parentc1333ae12bb8a6636d8a966e10d89ff12da8c80e
[Refactor] #40477 Separated text-display-options.c/h from cmd-gameoption.c/h
31 files changed:
Hengband/Hengband/Hengband.vcxproj
Hengband/Hengband/Hengband.vcxproj.filters
src/Makefile.am
src/cmd-action/cmd-hissatsu.c
src/cmd-action/cmd-hissatsu.h
src/cmd-action/cmd-mane.c
src/cmd-action/cmd-pet.c
src/cmd-action/cmd-spell.c
src/cmd-io/cmd-gameoption.c
src/cmd-io/cmd-gameoption.h
src/cmd-item/cmd-magiceat.c
src/cmd-item/cmd-smith.c
src/floor/geometry.c
src/game-option/text-display-options.c [new file with mode: 0644]
src/game-option/text-display-options.h [new file with mode: 0644]
src/inventory/player-inventory.c
src/io/save.c
src/mind/mind-sniper.c
src/mind/mind.c
src/mind/racial.c
src/monster/monster-status.c
src/mspell/mspells3.c
src/object/object-flavor.c
src/player/player-move.c
src/spell-kind/earthquake.c
src/store/store.c
src/view/display-lore.c
src/view/display-main-window.c
src/view/display-player.c
src/view/status-first-page.c
src/world/world-turn-processor.c