X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fapp%2FPreloadState.hpp;h=daf0a3792ae2b65fe5a2df52a301294a3cda1b71;hb=e24b4ec1a0fb3ba58a8ea67cd8d8affe3c5a0a71;hp=2c85f987dcb7b7e715f6f23185db53d37c2ddaa2;hpb=22b25d4b9cc24e249bc8007757267cea00ab18d3;p=blank.git diff --git a/src/app/PreloadState.hpp b/src/app/PreloadState.hpp index 2c85f98..daf0a37 100644 --- a/src/app/PreloadState.hpp +++ b/src/app/PreloadState.hpp @@ -3,6 +3,9 @@ #include "State.hpp" +#include "../ui/Progress.hpp" +#include "../graphics/Font.hpp" + #include @@ -24,6 +27,9 @@ public: private: Environment &env; ChunkLoader &loader; + Font font; + Progress progress; + std::size_t total; std::size_t per_update; };