]> git.localhorst.tv Git - blank.git/blobdiff - src/app/Environment.hpp
smoother type selection during chunk generation
[blank.git] / src / app / Environment.hpp
index 97f4a7ec54434e839dfaba76c66095a80bb17cf7..2cab6709fd46135540c8f3582267887a9123fbe0 100644 (file)
@@ -6,6 +6,7 @@
 #include "StateControl.hpp"
 #include "../audio/Audio.hpp"
 #include "../graphics/Viewport.hpp"
+#include "../shared/MessageState.hpp"
 #include "../ui/Keymap.hpp"
 
 #include <string>
@@ -53,9 +54,13 @@ struct Environment
 
        Keymap keymap;
 
+       MessageState msg_state;
+
 
        Environment(Window &win, const Config &);
 
+       void ShowMessage(const char *);
+
 };
 
 }