]> git.localhorst.tv Git - blank.git/blobdiff - src/app/Environment.hpp
basic message state
[blank.git] / src / app / Environment.hpp
index 97f4a7ec54434e839dfaba76c66095a80bb17cf7..f3aa4b5fe92ae3599bafb400aa9a593d9f292b65 100644 (file)
@@ -3,6 +3,7 @@
 
 #include "Assets.hpp"
 #include "FrameCounter.hpp"
+#include "MessageState.hpp"
 #include "StateControl.hpp"
 #include "../audio/Audio.hpp"
 #include "../graphics/Viewport.hpp"
@@ -53,9 +54,13 @@ struct Environment
 
        Keymap keymap;
 
+       MessageState msg_state;
+
 
        Environment(Window &win, const Config &);
 
+       void ShowMessage(const char *);
+
 };
 
 }