]> git.localhorst.tv Git - blank.git/commit
move standalone stuff to its own dir
authorDaniel Karbach <daniel.karbach@localhorst.tv>
Mon, 28 Sep 2015 08:11:13 +0000 (10:11 +0200)
committerDaniel Karbach <daniel.karbach@localhorst.tv>
Mon, 28 Sep 2015 08:11:13 +0000 (10:11 +0200)
commite1209ec25c4cc91e13889876106f56bd51aa96e2
tree6e9d6176bdb478fa820b38aa809a4c5cc1c96852
parent419c353301a3935be799f261cde9695043e09915
move standalone stuff to its own dir
13 files changed:
src/app/PreloadState.cpp [deleted file]
src/app/PreloadState.hpp [deleted file]
src/app/UnloadState.cpp [deleted file]
src/app/UnloadState.hpp [deleted file]
src/app/WorldState.cpp [deleted file]
src/app/WorldState.hpp [deleted file]
src/app/runtime.cpp
src/standalone/MasterState.cpp [new file with mode: 0644]
src/standalone/MasterState.hpp [new file with mode: 0644]
src/standalone/PreloadState.cpp [new file with mode: 0644]
src/standalone/PreloadState.hpp [new file with mode: 0644]
src/standalone/UnloadState.cpp [new file with mode: 0644]
src/standalone/UnloadState.hpp [new file with mode: 0644]