]> git.localhorst.tv Git - blank.git/commit
state management and control
authorDaniel Karbach <daniel.karbach@localhorst.tv>
Thu, 6 Aug 2015 09:03:46 +0000 (11:03 +0200)
committerDaniel Karbach <daniel.karbach@localhorst.tv>
Thu, 6 Aug 2015 09:03:46 +0000 (11:03 +0200)
commitafd253b2dd10fdf2d4655d3d4a5766e6aa8c1a2c
tree0a404655e30c98c0c7a636b84e65d4a3022367a3
parentaefc5482b27e3d259b6c9f3f1e4cdd9ef2e6a8d2
state management and control
12 files changed:
src/app/Application.hpp
src/app/Environment.hpp [new file with mode: 0644]
src/app/Runtime.cpp [deleted file]
src/app/Runtime.hpp
src/app/State.hpp [new file with mode: 0644]
src/app/StateControl.hpp [new file with mode: 0644]
src/app/WorldState.cpp [new file with mode: 0644]
src/app/WorldState.hpp [new file with mode: 0644]
src/app/app.cpp
src/app/runtime.cpp [new file with mode: 0644]
src/ui/Interface.hpp
src/ui/ui.cpp