diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2023-11-22 03:56:58 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2023-11-22 03:56:58 +0100 |
commit | 9e749583791c9523efab90665ffd8f5c30e4f449 (patch) | |
tree | bcb7fd1774e0b1ca4f69ff19c9c2f9e3c63eac1a /src/chunk.cpp | |
parent | 34c451c6b64ba1c11efa9a390c16e2097a25279a (diff) |
a wip
Diffstat (limited to 'src/chunk.cpp')
-rw-r--r-- | src/chunk.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/chunk.cpp b/src/chunk.cpp index 52321aa1..0b7c05b0 100644 --- a/src/chunk.cpp +++ b/src/chunk.cpp @@ -1,6 +1,5 @@ #include "chunk.hpp" -#include "src/tile-atlas.hpp" -#include "anim-atlas.hpp" +#include "object.hpp" #include "tile-iterator.hpp" #include <algorithm> #include <Magnum/GL/Context.h> |