1 #ifndef BLANK_APP_MESSAGESTATE_HPP_
2 #define BLANK_APP_MESSAGESTATE_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;