From 8275ed4bda0a8240e15dcad3ae5227eac8997a78 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Wed, 22 Nov 2023 04:04:11 +0100 Subject: ccc --- src/anim-atlas.hpp | 2 +- src/chunk-scenery.cpp | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'src') 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 #include 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 #include -- cgit v1.2.3