Path following
This commit is contained in:
@@ -22,6 +22,7 @@ typedef struct PathfindingDesc {
|
||||
TilePosition target;
|
||||
BzTileMap *map;
|
||||
PathNode *heap;
|
||||
Path *outPath;
|
||||
} PathfindingDesc;
|
||||
|
||||
bool findPath(const PathfindingDesc *desc);
|
||||
|
||||
Reference in New Issue
Block a user