Pyrogenesis HEAD
Pyrogenesis, a RTS Engine
LongPathfinder.h File Reference
Include dependency graph for LongPathfinder.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  TileID
 Represents the 2D coordinates of a tile. More...
 
struct  PathfindTile
 Tile data for A* computation. More...
 
struct  CircularRegion
 
struct  PathfinderState
 
class  LongPathfinder
 
struct  LongPathfinder::Debug
 

Typedefs

typedef PriorityQueueHeap< TileID, PathCost, PathCostPriorityQueue
 
typedef SparseGrid< PathfindTilePathfindTileGrid
 

Typedef Documentation

◆ PathfindTileGrid

◆ PriorityQueue