OSDN Git Service

[Refactor] #40483 Separated window-redrawer.c/h from display-main-window.c/h
authorHourier <hourier@users.sourceforge.jp>
Fri, 26 Jun 2020 15:29:02 +0000 (00:29 +0900)
committerHourier <hourier@users.sourceforge.jp>
Fri, 26 Jun 2020 15:29:02 +0000 (00:29 +0900)
commit3fd604b985e48b16a69534b19a900da2799d9fea
tree712b191d253e667831df13e4f38014178f204313
parentb3b7c578a39f5e07a9dbe73f33917b740d8c760b
[Refactor] #40483 Separated window-redrawer.c/h from display-main-window.c/h
12 files changed:
Hengband/Hengband/Hengband.vcxproj
Hengband/Hengband/Hengband.vcxproj.filters
src/Makefile.am
src/core/game-play.c
src/core/output-updater.c
src/core/output-updater.h
src/core/stuff-handler.c
src/core/stuff-handler.h
src/core/window-redrawer.c [new file with mode: 0644]
src/core/window-redrawer.h [new file with mode: 0644]
src/view/display-main-window.c
src/view/display-main-window.h