Pyrogenesis
trunk
|
#include "simulation2/system/Interface.h"
#include "simulation2/components/ICmpObstruction.h"
#include "simulation2/helpers/Pathfinding.h"
#include <map>
Go to the source code of this file.
Classes | |
class | Grid< T > |
Basic 2D array, intended for storing tile data, plus support for lazy updates by ICmpObstructionManager. More... | |
struct | PathResult |
class | ICmpPathfinder |
Pathfinder algorithms. More... | |