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 --- editor/tests/region-test.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'editor/tests') diff --git a/editor/tests/region-test.cpp b/editor/tests/region-test.cpp index dcec2ff2..907ea99c 100644 --- a/editor/tests/region-test.cpp +++ b/editor/tests/region-test.cpp @@ -14,8 +14,8 @@ namespace floormat::tests { namespace { using namespace floormat::imgui; -using detail_astar::div_count; -using detail_astar::div_size; +using Search::div_count; +using Search::div_size; constexpr auto chunk_bits = div_count.product(); constexpr auto div_min = -iTILE_SIZE2/2 + div_size/2; -- cgit v1.2.3