]> git.localhorst.tv Git - blank.git/blobdiff - src/standalone/MasterState.hpp
added simple command line
[blank.git] / src / standalone / MasterState.hpp
index 942cc132e94a585bd6bcc066245f738daefe5cf3..9cb095ac1eb8d7d048bc12481e25227ca3feb287 100644 (file)
@@ -7,9 +7,10 @@
 #include "PreloadState.hpp"
 #include "UnloadState.hpp"
 #include "../ai/Spawner.hpp"
-#include "../app/ChatState.hpp"
 #include "../audio/SoundBank.hpp"
 #include "../graphics/SkyBox.hpp"
+#include "../shared/ChatState.hpp"
+#include "../shared/CLI.hpp"
 #include "../shared/WorldResources.hpp"
 #include "../ui/DirectInput.hpp"
 #include "../ui/HUD.hpp"
@@ -87,6 +88,8 @@ private:
 
        SkyBox sky;
 
+       CLI cli;
+
        PreloadState preload;
        UnloadState unload;
        ChatState chat;