diff options
-rw-r--r-- | draw/anim.cpp | 1 | ||||
-rw-r--r-- | src/anim-atlas.hpp | 2 | ||||
-rw-r--r-- | src/chunk-scenery.cpp | 1 |
3 files changed, 3 insertions, 1 deletions
diff --git a/draw/anim.cpp b/draw/anim.cpp index 8f2bfa18..7feec47d 100644 --- a/draw/anim.cpp +++ b/draw/anim.cpp @@ -4,6 +4,7 @@ #include "shaders/shader.hpp" #include "main/clickable.hpp" #include "src/chunk-scenery.hpp" +#include "src/scenery.hpp" #include <cstdio> #include <Corrade/Containers/Optional.h> #include <Magnum/GL/MeshView.h> diff --git a/src/anim-atlas.hpp b/src/anim-atlas.hpp index 39a028ae..22df30eb 100644 --- a/src/anim-atlas.hpp +++ b/src/anim-atlas.hpp @@ -1,6 +1,6 @@ #pragma once #include "compat/defs.hpp" -#include "scenery.hpp" +#include "rotation.hpp" #include "anim.hpp" #include <array> #include <Corrade/Containers/BitArray.h> diff --git a/src/chunk-scenery.cpp b/src/chunk-scenery.cpp index d167168e..807b1d70 100644 --- a/src/chunk-scenery.cpp +++ b/src/chunk-scenery.cpp @@ -2,6 +2,7 @@ #include "shaders/shader.hpp" #include "object.hpp" #include "anim-atlas.hpp" +#include "scenery.hpp" #include "quads.hpp" #include <bit> #include <Corrade/Containers/ArrayViewStl.h> |