22 #ifndef PINK_WALK_MGR_H 23 #define PINK_WALK_MGR_H 25 #include "common/rect.h" 27 #include "pink/objects/object.h" 28 #include "pink/objects/walk/walk_shortest_path.h" 29 #include "pink/utils.h" 46 void deserialize(
Archive &archive)
override;
47 void toConsole()
const override;
56 void loadState(
Archive &archive);
57 void saveState(
Archive &archive);
61 const Coordinates &getStartCoords() {
return _current.coords; }
62 const Coordinates &getEndCoords() {
return _next.coords; }
Definition: walk_action.h:29
Definition: walk_location.h:28
Definition: walk_mgr.h:37
Definition: lead_actor.h:41
Definition: walk_mgr.h:42