OSDN Git Service

[Refactor] #40413 Separated asking-player.c/h from util.c/h
authorHourier <hourier@users.sourceforge.jp>
Sun, 14 Jun 2020 05:54:24 +0000 (14:54 +0900)
committerHourier <hourier@users.sourceforge.jp>
Sun, 14 Jun 2020 05:54:24 +0000 (14:54 +0900)
commitb205f949e75680d62eed89a213a373b73f164fc4
tree66e43f165afe2b28e24f3f576da3e53a0bfcf43d
parent79713124ba18fcda9d36ffb12ed6d1dac873194d
[Refactor] #40413 Separated asking-player.c/h from util.c/h
81 files changed:
Hengband/Hengband/Hengband.vcxproj
Hengband/Hengband/Hengband.vcxproj.filters
src/Makefile.am
src/autopick/autopick-editor-command.c
src/autopick/autopick-registry.c
src/autopick/autopick.c
src/birth/birth-select-realm.c
src/birth/birth-wizard.c
src/cmd-action/cmd-attack.c
src/cmd-action/cmd-hissatsu.c
src/cmd-action/cmd-mane.c
src/cmd-action/cmd-pet.c
src/cmd-action/cmd-spell.c
src/cmd-building/cmd-building.c
src/cmd-io/cmd-diary.c
src/cmd-io/cmd-dump.c
src/cmd-io/cmd-lore.c
src/cmd-io/cmd-macro.c
src/cmd-io/cmd-process-screen.c
src/cmd-item/cmd-activate.c
src/cmd-item/cmd-item.c
src/cmd-item/cmd-magiceat.c
src/cmd-item/cmd-smith.c
src/cmd/cmd-basic.c
src/cmd/cmd-draw.c
src/cmd/cmd-visuals.c
src/core/asking-player.c [new file with mode: 0644]
src/core/asking-player.h [new file with mode: 0644]
src/core/game-closer.c
src/core/game-play.c
src/core/scores.c
src/core/show-file.c
src/dungeon/quest.c
src/floor/floor-save.c
src/floor/pattern-walk.c
src/floor/wild.c
src/inventory/inventory-curse.c
src/inventory/player-inventory.c
src/io/chuukei.c
src/io/files-util.c
src/io/input-key-processor.c
src/io/read-pref-file.c
src/io/report.c
src/io/targeting.c
src/knowledge/knowledge-autopick.c
src/market/arena.c
src/market/bounty.c
src/market/building-craft-fix.c
src/market/building-monster.c
src/market/building-recharger.c
src/market/play-gamble.c
src/mind/mind-sniper.c
src/mind/mind.c
src/mind/racial.c
src/mspell/mspells3.c
src/mutation/mutation.c
src/object-enchant/artifact.c
src/object/warning.c
src/player/player-damage.c
src/player/player-move.c
src/player/player-status.c
src/player/process-death.c
src/player/process-name.c
src/realm/realm-arcane.c
src/realm/realm-chaos.c
src/realm/realm-hex.c
src/realm/realm-hissatsu.c
src/realm/realm-sorcery.c
src/realm/realm-trump.c
src/spell-kind/spells-genocide.c
src/spell-kind/spells-pet.c
src/spell-kind/spells-teleport.c
src/spell-kind/spells-world.c
src/spell-kind/spells-world.h
src/spell-realm/spells-hex.c
src/spell/spells-object.c
src/spell/spells3.c
src/store/store.c
src/util/util.c
src/util/util.h
src/wizard/wizard-special-process.c