31 #ifndef CRAB_PATHFINDINGGRAPHNODE_H 32 #define CRAB_PATHFINDINGGRAPHNODE_H 34 #include "crab/Rectangle.h" 35 #include "crab/vectors.h" 62 float getMovementCost() {
79 Rect getRect()
const {
80 return _collisionRect;
84 bool adjacentToObstacle()
const;
92 #endif // CRAB_PATHFINDINGGRAPHNODE_H Definition: Rectangle.h:42
Definition: PathfindingGrid.h:43
Definition: moveeffect.h:37
Definition: PathfindingGraphNode.h:41