diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2023-03-24 00:54:01 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2023-03-24 00:55:34 +0100 |
commit | b0c238ec74f8c2296d2f82a76147f3a9f417e6bf (patch) | |
tree | a09325d734dcfeee067ab94a71346a5dfe27e2bd /src/chunk.hpp | |
parent | a3762299ba5416ae2f85df2fb27b262d088a1e06 (diff) |
src: split RTree::Search definition into own file
Diffstat (limited to 'src/chunk.hpp')
-rw-r--r-- | src/chunk.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/chunk.hpp b/src/chunk.hpp index c7183d2c..2fecb6fe 100644 --- a/src/chunk.hpp +++ b/src/chunk.hpp @@ -2,12 +2,12 @@ #include "object-id.hpp" #include "tile.hpp" #include "tile-iterator.hpp" +#include "src/RTree.h" #include <Corrade/Containers/Array.h> #include <type_traits> #include <array> #include <memory> #include <Magnum/GL/Mesh.h> -#include "RTree.h" namespace floormat { |