OSDN Git Service

[Refactor] #40457 Moved window-related files from view/ to window/
authorHourier <hourier@users.sourceforge.jp>
Mon, 13 Jul 2020 12:16:52 +0000 (21:16 +0900)
committerHourier <hourier@users.sourceforge.jp>
Mon, 13 Jul 2020 12:17:25 +0000 (21:17 +0900)
commitaf449284d3a4b73b12b069c87b077efa99f15939
tree029295c556dbdfacfcae5fc0be3db0390b6dc193
parent0bfe2beebcddb18417de3d7d3e52bc1525dcb081
[Refactor] #40457 Moved window-related files from view/ to window/
36 files changed:
Hengband/Hengband/Hengband.vcxproj
Hengband/Hengband/Hengband.vcxproj.filters
src/Makefile.am
src/cmd-item/cmd-item.c
src/cmd-visual/cmd-map.c
src/core/game-play.c
src/core/window-redrawer.c
src/flavor/flavor-describer.c
src/floor/fixed-map-generator.c
src/floor/floor-generate.c
src/floor/floor-save.c
src/floor/wild.c
src/grid/grid.c
src/inventory/floor-item-getter.c
src/inventory/item-getter.c
src/io/cursor.c
src/io/input-key-processor.c
src/io/input-key-requester.c
src/io/screen-util.c
src/io/targeting.c
src/store/store.c
src/view/display-map.c
src/window/display-sub-window-items.c [moved from src/view/display-sub-window-items.c with 98% similarity]
src/window/display-sub-window-items.h [moved from src/view/display-sub-window-items.h with 100% similarity]
src/window/display-sub-window-spells.c [moved from src/view/display-sub-window-spells.c with 99% similarity]
src/window/display-sub-window-spells.h [moved from src/view/display-sub-window-spells.h with 100% similarity]
src/window/display-sub-windows.c [moved from src/view/display-sub-windows.c with 99% similarity]
src/window/display-sub-windows.h [moved from src/view/display-sub-windows.h with 100% similarity]
src/window/main-window-left-frame.c [moved from src/view/main-window-left-frame.c with 98% similarity]
src/window/main-window-left-frame.h [moved from src/view/main-window-left-frame.h with 100% similarity]
src/window/main-window-row-column.h [moved from src/view/main-window-row-column.h with 100% similarity]
src/window/main-window-stat-poster.c [moved from src/view/main-window-stat-poster.c with 99% similarity]
src/window/main-window-stat-poster.h [moved from src/view/main-window-stat-poster.h with 100% similarity]
src/window/main-window-util.c [moved from src/view/main-window-util.c with 99% similarity]
src/window/main-window-util.h [moved from src/view/main-window-util.h with 100% similarity]
src/world/world-turn-processor.c