diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2024-05-08 16:51:47 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-05-08 16:51:47 +0200 |
commit | aa482163cf3699e6d03745d2035142c098cf7733 (patch) | |
tree | af2e122e6b69cbd73bc3276eac4372be367a555c | |
parent | b9d1c79fb1f2325efd2170a430bb0b73b1819622 (diff) |
c
-rw-r--r-- | src/critter-script-walk.cpp | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/critter-script-walk.cpp b/src/critter-script-walk.cpp index 0b0b333e..260a1689 100644 --- a/src/critter-script-walk.cpp +++ b/src/critter-script-walk.cpp @@ -1,11 +1,10 @@ #include "critter-script.hpp" -//#include "raycast.hpp" -#include "critter.hpp" #include "compat/failwith.hpp" -#include "point.hpp" -#include "critter.hpp" +//#include "raycast.hpp" #include "search-result.hpp" #include "search-astar.hpp" +#include "critter.hpp" +#include "point.hpp" #include "entity/name-of.hpp" namespace floormat { |