diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2024-02-25 05:29:59 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-02-25 05:32:24 +0100 |
commit | 5253b93373dc90e0788829ff58982491141c5f0f (patch) | |
tree | d72a20e55e27ca0865c7a0ccc6416c18f7a91128 /test/path-search.cpp | |
parent | 7c1791841c13db2f3b92a3b5a790daf2a816cc35 (diff) |
rename more search stuff
Diffstat (limited to 'test/path-search.cpp')
-rw-r--r-- | test/path-search.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/path-search.cpp b/test/path-search.cpp index 1d9df3f3..069960c1 100644 --- a/test/path-search.cpp +++ b/test/path-search.cpp @@ -6,6 +6,7 @@ #include "src/world.hpp" #include "src/scenery.hpp" #include "src/search-bbox.hpp" +#include "src/search-constants.hpp" #include <Magnum/Math/Functions.h> namespace floormat { |