summaryrefslogtreecommitdiffhomepage
path: root/editor/tests
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2024-02-25 05:01:14 +0100
committerStanislaw Halik <sthalik@misaki.pl>2024-02-25 05:01:14 +0100
commit7c1791841c13db2f3b92a3b5a790daf2a816cc35 (patch)
treea63149688a5d4133c9ce10244e85d81ed96a6ffe /editor/tests
parent50e42d74c9b25e2ec4c6b9fd3434f431c0b5c3d9 (diff)
rename astar -> search-astar
Diffstat (limited to 'editor/tests')
-rw-r--r--editor/tests/path-test.cpp2
1 files changed, 1 insertions, 1 deletions
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"