1 #ifndef BLANK_SHARED_PROGRESSSTATE_HPP_
2 #define BLANK_SHARED_PROGRESSSTATE_HPP_
4 #include "../app/State.hpp"
6 #include "../ui/Progress.hpp"
17 ProgressState(Environment &env, const char *tpl);
19 void SetProgress(int value, int total);
21 void Handle(const SDL_Event &) override;
22 void Render(Viewport &) override;