diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2024-02-25 04:45:17 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-02-25 04:48:09 +0100 |
commit | 50e42d74c9b25e2ec4c6b9fd3434f431c0b5c3d9 (patch) | |
tree | 826691d937867e21587fd87adb2de6d34175eecd /editor/tests | |
parent | 4746d19f7a749808391d1ad7ee6bd86950ba064f (diff) |
rename path_search -> search
Diffstat (limited to 'editor/tests')
-rw-r--r-- | editor/tests/region-test.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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; |