From 24b89cc7d168d93c154a22f8bc95c8a3afc2f54a Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sat, 24 Feb 2024 01:23:36 +0100 Subject: move astar header to its own file --- 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 7fb2a65c..93da7a33 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/path-search.hpp" +#include "src/astar.hpp" #include "src/critter.hpp" #include "shaders/shader.hpp" #include "../imgui-raii.hpp" -- cgit v1.2.3