]> git.localhorst.tv Git - blank.git/commit
moved common stated to shared dir
authorDaniel Karbach <daniel.karbach@localhorst.tv>
Mon, 26 Oct 2015 13:22:49 +0000 (14:22 +0100)
committerDaniel Karbach <daniel.karbach@localhorst.tv>
Mon, 26 Oct 2015 13:35:40 +0000 (14:35 +0100)
commit69e4d6c0a86a27f9b3f1297e46c55b36059a24b9
treeea4a57d7185ae5ef5c9abcee2006c87c277481d0
parent916cba3b7b9dea6459febb90d24565cf4c0a8b2a
moved common stated to shared dir
15 files changed:
src/app/ChatState.cpp [deleted file]
src/app/ChatState.hpp [deleted file]
src/app/Environment.hpp
src/app/MessageState.cpp [deleted file]
src/app/MessageState.hpp [deleted file]
src/app/ProgressState.cpp [deleted file]
src/app/ProgressState.hpp [deleted file]
src/client/InteractiveState.hpp
src/shared/ChatState.hpp [new file with mode: 0644]
src/shared/MessageState.hpp [new file with mode: 0644]
src/shared/ProgressState.hpp [new file with mode: 0644]
src/shared/states.cpp [new file with mode: 0644]
src/standalone/MasterState.hpp
src/standalone/PreloadState.hpp
src/standalone/UnloadState.hpp