]> git.localhorst.tv Git - blank.git/blobdiff - src/app/PreloadState.hpp
centralize fonts
[blank.git] / src / app / PreloadState.hpp
index 2c85f987dcb7b7e715f6f23185db53d37c2ddaa2..010dde7648b5e8149b390e2991defdbe34b6431b 100644 (file)
@@ -3,6 +3,8 @@
 
 #include "State.hpp"
 
+#include "../ui/Progress.hpp"
+
 #include <cstddef>
 
 
@@ -24,6 +26,8 @@ public:
 private:
        Environment &env;
        ChunkLoader &loader;
+       Progress progress;
+       std::size_t total;
        std::size_t per_update;
 
 };