diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2024-02-25 05:01:14 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-02-25 05:01:14 +0100 |
commit | 7c1791841c13db2f3b92a3b5a790daf2a816cc35 (patch) | |
tree | a63149688a5d4133c9ce10244e85d81ed96a6ffe /test | |
parent | 50e42d74c9b25e2ec4c6b9fd3434f431c0b5c3d9 (diff) |
rename astar -> search-astar
Diffstat (limited to 'test')
-rw-r--r-- | test/dijkstra.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/dijkstra.cpp b/test/dijkstra.cpp index 14015ade..fe73a468 100644 --- a/test/dijkstra.cpp +++ b/test/dijkstra.cpp @@ -1,5 +1,5 @@ #include "app.hpp" -#include "src/astar.hpp" +#include "src/search-astar.hpp" #include "src/world.hpp" #include "loader/loader.hpp" #include "loader/wall-cell.hpp" |