Pyrogenesis trunk
|
#include "precompiled.h"
#include "Pathfinding.h"
#include "graphics/Terrain.h"
#include "ps/CLogger.h"
#include "simulation2/helpers/Grid.h"
#include "simulation2/system/ParamNode.h"
Namespaces | |
namespace | Pathfinding |
Functions | |
bool | Pathfinding::CheckLineMovement (entity_pos_t x0, entity_pos_t z0, entity_pos_t x1, entity_pos_t z1, pass_class_t passClass, const Grid< NavcellData > &grid) |