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/character.cpp | |
| parent | a3762299ba5416ae2f85df2fb27b262d088a1e06 (diff) | |
src: split RTree::Search definition into own file
Diffstat (limited to 'src/character.cpp')
| -rw-r--r-- | src/character.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/character.cpp b/src/character.cpp index e2888b85..5a021681 100644 --- a/src/character.cpp +++ b/src/character.cpp @@ -3,9 +3,10 @@ #include "loader/loader.hpp" #include "src/world.hpp" #include "src/entity.hpp" -#include "src/RTree.hpp" +#include "src/RTree-search.hpp" #include <cmath> #include <utility> +#include <algorithm> namespace floormat { |
