1 #ifndef BLANK_SHARED_MESSAGESTATE_HPP_
2 #define BLANK_SHARED_MESSAGESTATE_HPP_
4 #include "../app/State.hpp"
6 #include "../ui/FixedText.hpp"
17 explicit MessageState(Environment &);
19 void SetMessage(const char *);
22 void Handle(const SDL_Event &) override;
23 void Update(int dt) override;
24 void Render(Viewport &) override;