From 50e42d74c9b25e2ec4c6b9fd3434f431c0b5c3d9 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sun, 25 Feb 2024 04:45:17 +0100 Subject: rename path_search -> search --- test/path-search-result.cpp | 4 ++-- test/path-search.cpp | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'test') diff --git a/test/path-search-result.cpp b/test/path-search-result.cpp index 3f9782b4..1ff90ad8 100644 --- a/test/path-search-result.cpp +++ b/test/path-search-result.cpp @@ -1,7 +1,7 @@ #include "app.hpp" #include "compat/assert.hpp" -#include "src/path-search-result.hpp" -#include "src/path-search-node.hpp" +#include "src/search-result.hpp" +#include "src/search-node.hpp" namespace floormat { diff --git a/test/path-search.cpp b/test/path-search.cpp index 4541d3f6..1d9df3f3 100644 --- a/test/path-search.cpp +++ b/test/path-search.cpp @@ -5,13 +5,13 @@ #include "loader/wall-cell.hpp" #include "src/world.hpp" #include "src/scenery.hpp" -#include "src/path-search-bbox.hpp" +#include "src/search-bbox.hpp" #include namespace floormat { -using namespace floormat::detail_astar; -using detail_astar::bbox; +using namespace floormat::Search; +using Search::bbox; namespace { -- cgit v1.2.3