22 #ifndef ILLUSIONS_PATHFINDER_H 23 #define ILLUSIONS_PATHFINDER_H 25 #include "illusions/graphics.h" 26 #include "common/array.h" 27 #include "common/list.h" 28 #include "common/rect.h" 42 PointArray *walkPoints, PathLines *walkRects,
WidthHeight bgDimensions);
45 PointArray *_walkPoints;
46 PathLines *_walkRects;
50 void postProcess(
Common::Point sourcePt, PointArray *foundPath);
52 int calcLineDistance(
PathLine &line);
68 #endif // ILLUSIONS_PATHFINDER_H Definition: pathfinder.h:32
Definition: pathfinder.h:39
Definition: graphics.h:31