|
Pyrogenesis
13997
|
Common code and setup code for CCmpPathfinder. More...
#include "precompiled.h"#include "CCmpPathfinder_Common.h"#include "ps/CLogger.h"#include "ps/CStr.h"#include "ps/Profile.h"#include "renderer/Scene.h"#include "simulation2/MessageTypes.h"#include "simulation2/components/ICmpObstruction.h"#include "simulation2/components/ICmpObstructionManager.h"#include "simulation2/components/ICmpTerrain.h"#include "simulation2/components/ICmpWaterManager.h"#include "simulation2/serialization/SerializeTemplates.h"Go to the source code of this file.
Classes | |
| struct | SerializeLongRequest |
| struct | SerializeShortRequest |
Variables | |
| const int | DEFAULT_MOVE_COST = 256 |
Common code and setup code for CCmpPathfinder.
Definition in file CCmpPathfinder.cpp.
| const int DEFAULT_MOVE_COST = 256 |
Definition at line 41 of file CCmpPathfinder.cpp.
1.8.5