22 #ifndef NUVIE_PATHFINDER_SEEK_PATH_H 23 #define NUVIE_PATHFINDER_SEEK_PATH_H 25 #include "ultima/shared/std/containers.h" 26 #include "ultima/nuvie/pathfinder/path.h" 42 bool trace_check_obstacle(
bool &turned,
MapCoord &line, sint32 &deltax, sint32 &deltay, sint32 &xdir, sint32 &ydir,
Std::vector<MapCoord> *scan);
61 bool get_obstacle_tracer(
const MapCoord &start, sint32 xdir, sint32 ydir,
62 sint32 &Axdir, sint32 &Aydir,
63 sint32 &Bxdir, sint32 &Bydir);
Definition: detection.h:27
Definition: seek_path.h:35
Definition: containers.h:38