X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fstandalone%2FMasterState.hpp;h=04234e5ccea07d18eb99683e6cca088ee0e279c2;hb=3185bad87c06739e4ec19b456c7158437ba9621f;hp=610f13a128665ed615ce41435d436a53562662f4;hpb=afc50302943e4000a8621c23960d63b208c8a400;p=blank.git diff --git a/src/standalone/MasterState.hpp b/src/standalone/MasterState.hpp index 610f13a..04234e5 100644 --- a/src/standalone/MasterState.hpp +++ b/src/standalone/MasterState.hpp @@ -4,6 +4,7 @@ #include "../app/State.hpp" #include "../ui/ClientController.hpp" +#include "DirectCLIFeedback.hpp" #include "PreloadState.hpp" #include "UnloadState.hpp" #include "../ai/Spawner.hpp" @@ -90,6 +91,7 @@ private: SkyBox sky; CLI cli; + DirectCLIFeedback cli_ctx; PreloadState preload; UnloadState unload;