diff options
Diffstat (limited to 'test/path-search.cpp')
-rw-r--r-- | test/path-search.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/path-search.cpp b/test/path-search.cpp index caaa55f2..99a2b0a8 100644 --- a/test/path-search.cpp +++ b/test/path-search.cpp @@ -5,14 +5,14 @@ #include "loader/wall-cell.hpp" #include "src/world.hpp" #include "src/scenery.hpp" -#include "src/path-search.hpp" +#include "src/path-search-bbox.hpp" #include <Magnum/Math/Functions.h> namespace floormat { using namespace floormat::detail_astar; -template<typename T> using bbox = path_search::bbox<T>; using pred = path_search::pred; +using detail_astar::bbox; namespace { |