diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2023-03-26 20:46:58 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2023-03-26 21:00:31 +0200 |
commit | 5bcdf8483bef409a3aaf1ee80d4a5e9c496c7034 (patch) | |
tree | 4319b29a0fb13307ec672adf67ce4729f7324bb7 /src/chunk.hpp | |
parent | 4933abff981f39a69fb3032eecdf99d01cb666b2 (diff) |
src/chunk: add sprite topological sort
Diffstat (limited to 'src/chunk.hpp')
-rw-r--r-- | src/chunk.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/chunk.hpp b/src/chunk.hpp index c53bc3e8..4e2264f3 100644 --- a/src/chunk.hpp +++ b/src/chunk.hpp @@ -1,6 +1,5 @@ #pragma once #include "object-id.hpp" -#include "tile-defs.hpp" #include "tile.hpp" #include "local-coords.hpp" #include "src/RTree.h" |