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 --- test/dijkstra.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/dijkstra.cpp b/test/dijkstra.cpp index 63a932d9..b608f5fe 100644 --- a/test/dijkstra.cpp +++ b/test/dijkstra.cpp @@ -1,5 +1,5 @@ #include "app.hpp" -#include "src/path-search.hpp" +#include "src/astar.hpp" #include "loader/loader.hpp" #include "loader/wall-cell.hpp" #include -- cgit v1.2.3