diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/anim-atlas.hpp | 2 | ||||
-rw-r--r-- | src/chunk-scenery.cpp | 1 |
2 files changed, 2 insertions, 1 deletions
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> |