diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2024-02-24 01:23:36 +0100 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-02-24 02:51:37 +0100 |
| commit | 24b89cc7d168d93c154a22f8bc95c8a3afc2f54a (patch) | |
| tree | 9a1969665a40f532a09621bac39264764a7ec714 /src/path-search.cpp | |
| parent | 7aed83758b173dd0fecf45dc18fcbbe9a522e93b (diff) | |
move astar header to its own file
Diffstat (limited to 'src/path-search.cpp')
| -rw-r--r-- | src/path-search.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/path-search.cpp b/src/path-search.cpp index 2b93ad14..f9ea1a29 100644 --- a/src/path-search.cpp +++ b/src/path-search.cpp @@ -1,4 +1,5 @@ #include "path-search.hpp" +#include "astar.hpp" #include "global-coords.hpp" #include "world.hpp" #include "pass-mode.hpp" |
