1 #ifndef BLANK_CLIENT_INITIALSTATE_HPP_
2 #define BLANK_CLIENT_INITIALSTATE_HPP_
4 #include "../app/State.hpp"
5 #include "../ui/FixedText.hpp"
17 explicit InitialState(MasterState &);
19 void OnEnter() override;
21 void Handle(const SDL_Event &) override;
22 void Update(int dt) override;
23 void Render(Viewport &) override;