OSDN Git Service

[Refactor] #40413 Separated input-key-acceptor.c/h from util.c/h
authorHourier <hourier@users.sourceforge.jp>
Sun, 14 Jun 2020 03:49:23 +0000 (12:49 +0900)
committerHourier <hourier@users.sourceforge.jp>
Sun, 14 Jun 2020 03:53:35 +0000 (12:53 +0900)
commitb9be266fdf87fbff1a35c7a2c02e79a7cf685a12
tree7d1bb7c29afafb114138ac52c6b082f71829aadc
parent0d643604d7a5ea11c27013e3e8bed0c0473c20a8
[Refactor] #40413 Separated input-key-acceptor.c/h from util.c/h
74 files changed:
Hengband/Hengband/Hengband.vcxproj
Hengband/Hengband/Hengband.vcxproj.filters
src/Makefile.am
src/autopick/autopick-command-menu.c
src/autopick/autopick-finder.c
src/autopick/autopick-inserter-killer.c
src/birth/auto-roller.c
src/birth/birth-select-class.c
src/birth/birth-select-personality.c
src/birth/birth-select-race.c
src/birth/birth-select-realm.c
src/birth/birth-wizard.c
src/birth/history-editor.c
src/birth/quick-start.c
src/birth/quick-start.h
src/cmd-action/cmd-pet.c
src/cmd-action/cmd-spell.c
src/cmd-building/cmd-building.c
src/cmd-io/cmd-autopick.c
src/cmd-io/cmd-diary.c
src/cmd-io/cmd-dump.c
src/cmd-io/cmd-gameoption.c
src/cmd-io/cmd-knowledge.c
src/cmd-io/cmd-lore.c
src/cmd-io/cmd-macro.c
src/cmd-io/cmd-process-screen.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/game-closer.c
src/core/game-play.c
src/core/player-processor.c
src/core/scores.c
src/core/show-file.c
src/dungeon/dungeon.c
src/inventory/player-inventory.c
src/io/files-util.c
src/io/input-key-acceptor.c [new file with mode: 0644]
src/io/input-key-acceptor.h [new file with mode: 0644]
src/io/report.c
src/io/targeting.c
src/knowledge/knowledge-features.c
src/knowledge/knowledge-items.c
src/knowledge/knowledge-monsters.c
src/main-win.c
src/market/arena.c
src/market/bounty.c
src/market/building-craft-armor.c
src/market/building-craft-armor.h
src/market/building-craft-weapon.c
src/market/building-monster.c
src/market/play-gamble.c
src/market/poker.c
src/mind/mind-samurai.c
src/mind/mind.c
src/mind/racial.c
src/mspell/mspells3.c
src/perception/identification.c
src/player/player-damage.c
src/player/player-effects.c
src/player/player-status.c
src/player/process-death.c
src/player/selfinfo.c
src/realm/realm-hissatsu.c
src/spell-kind/spells-sight.c
src/spell/spells3.c
src/util/util.c
src/util/util.h
src/view/display-main-window.c
src/wizard/wizard-special-process.c
src/wizard/wizard-spoiler.c