]> git.localhorst.tv Git - blank.git/blobdiff - src/standalone/MasterState.hpp
make command output visible to player(s)
[blank.git] / src / standalone / MasterState.hpp
index 610f13a128665ed615ce41435d436a53562662f4..04234e5ccea07d18eb99683e6cca088ee0e279c2 100644 (file)
@@ -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;