X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fstandalone%2FMasterState.hpp;fp=src%2Fstandalone%2FMasterState.hpp;h=9cb095ac1eb8d7d048bc12481e25227ca3feb287;hb=10a310869c61cc52046e165f36ac9639fe9d0c69;hp=26fcf26742a62cb4e05ca49208b5a9df5bc9ec63;hpb=69e4d6c0a86a27f9b3f1297e46c55b36059a24b9;p=blank.git diff --git a/src/standalone/MasterState.hpp b/src/standalone/MasterState.hpp index 26fcf26..9cb095a 100644 --- a/src/standalone/MasterState.hpp +++ b/src/standalone/MasterState.hpp @@ -10,6 +10,7 @@ #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;