From 7c1791841c13db2f3b92a3b5a790daf2a816cc35 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sun, 25 Feb 2024 05:01:14 +0100 Subject: rename astar -> search-astar --- editor/tests/path-test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editor/tests/path-test.cpp') diff --git a/editor/tests/path-test.cpp b/editor/tests/path-test.cpp index 93da7a33..8589829b 100644 --- a/editor/tests/path-test.cpp +++ b/editor/tests/path-test.cpp @@ -3,7 +3,7 @@ #include "compat/shared-ptr-wrapper.hpp" #include "compat/vector-wrapper.hpp" #include "floormat/main.hpp" -#include "src/astar.hpp" +#include "src/search-astar.hpp" #include "src/critter.hpp" #include "shaders/shader.hpp" #include "../imgui-raii.hpp" -- cgit v1.2.3