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 /main/ctor.cpp | |
parent | 7aed83758b173dd0fecf45dc18fcbbe9a522e93b (diff) |
move astar header to its own file
Diffstat (limited to 'main/ctor.cpp')
-rw-r--r-- | main/ctor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/ctor.cpp b/main/ctor.cpp index 11bc8cb9..e40eb5a3 100644 --- a/main/ctor.cpp +++ b/main/ctor.cpp @@ -1,6 +1,6 @@ #include "main-impl.hpp" #include "compat/fpu.hpp" -#include "src/path-search.hpp" +#include "src/astar.hpp" #include <Corrade/Containers/GrowableArray.h> namespace floormat { |