![]() |
Pyrogenesis HEAD
Pyrogenesis, a RTS Engine
|
#include "simulation2/system/Component.h"#include "ICmpUnitMotion.h"#include "simulation2/components/CCmpUnitMotionManager.h"#include "simulation2/components/ICmpObstruction.h"#include "simulation2/components/ICmpObstructionManager.h"#include "simulation2/components/ICmpOwnership.h"#include "simulation2/components/ICmpPosition.h"#include "simulation2/components/ICmpPathfinder.h"#include "simulation2/components/ICmpRangeManager.h"#include "simulation2/components/ICmpValueModificationManager.h"#include "simulation2/components/ICmpVisual.h"#include "simulation2/helpers/Geometry.h"#include "simulation2/helpers/Render.h"#include "simulation2/MessageTypes.h"#include "simulation2/serialization/SerializedPathfinder.h"#include "simulation2/serialization/SerializedTypes.h"#include "graphics/Overlay.h"#include "maths/FixedVector2D.h"#include "ps/CLogger.h"#include "ps/Profile.h"#include "renderer/Scene.h"#include <algorithm>

Go to the source code of this file.
Classes | |
| class | CCmpUnitMotion |
| struct | CCmpUnitMotion::Ticket |
| struct | CCmpUnitMotion::MoveRequest |
Namespaces | |
| namespace | anonymous_namespace{CCmpUnitMotion.h} |
Macros | |
| #define | DISABLE_PATHFINDER 0 |
Functions | |
| const CColor | anonymous_namespace{CCmpUnitMotion.h}::OVERLAY_COLOR_LONG_PATH (1, 1, 1, 1) |
| const CColor | anonymous_namespace{CCmpUnitMotion.h}::OVERLAY_COLOR_SHORT_PATH (1, 0, 0, 1) |
| #define DISABLE_PATHFINDER 0 |