summaryrefslogtreecommitdiffhomepage
path: root/main/main-impl.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'main/main-impl.hpp')
-rw-r--r--main/main-impl.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/main/main-impl.hpp b/main/main-impl.hpp
index e62ce261..9efdd2ae 100644
--- a/main/main-impl.hpp
+++ b/main/main-impl.hpp
@@ -4,6 +4,7 @@
#include "src/world.hpp"
#include "draw/floor.hpp"
#include "draw/wall.hpp"
+#include "draw/anim.hpp"
#include "shaders/tile.hpp"
#include <Corrade/Containers/String.h>
@@ -67,6 +68,7 @@ private:
struct world _world{};
floor_mesh _floor_mesh;
wall_mesh _wall_mesh;
+ anim_mesh _anim_mesh;
Magnum::Timeline timeline;
struct {
float value = 0;