X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fapp%2FPreloadState.hpp;h=010dde7648b5e8149b390e2991defdbe34b6431b;hb=5cd73a8f2b40e59ec13aa2a6af33bc8e2a6b9a6c;hp=2c85f987dcb7b7e715f6f23185db53d37c2ddaa2;hpb=22b25d4b9cc24e249bc8007757267cea00ab18d3;p=blank.git diff --git a/src/app/PreloadState.hpp b/src/app/PreloadState.hpp index 2c85f98..010dde7 100644 --- a/src/app/PreloadState.hpp +++ b/src/app/PreloadState.hpp @@ -3,6 +3,8 @@ #include "State.hpp" +#include "../ui/Progress.hpp" + #include @@ -24,6 +26,8 @@ public: private: Environment &env; ChunkLoader &loader; + Progress progress; + std::size_t total; std::size_t per_update; };