]> git.localhorst.tv Git - blank.git/blobdiff - src/graphics/render.cpp
simple (text) progress display for preloader
[blank.git] / src / graphics / render.cpp
index 1dc9b2be4e47646efe11806581dcff23db58feba..2b227422a48cb3b950390d73cf152350fcf7f716 100644 (file)
@@ -1,6 +1,8 @@
+#include "BlendedSprite.hpp"
 #include "Font.hpp"
 #include "Format.hpp"
 #include "Texture.hpp"
+#include "Viewport.hpp"
 
 #include <algorithm>
 #include <cstring>