|
Pyrogenesis
13997
|
#include "precompiled.h"#include "ICmpRallyPointRenderer.h"#include "simulation2/MessageTypes.h"#include "simulation2/components/ICmpFootprint.h"#include "simulation2/components/ICmpObstructionManager.h"#include "simulation2/components/ICmpOwnership.h"#include "simulation2/components/ICmpPathfinder.h"#include "simulation2/components/ICmpPlayer.h"#include "simulation2/components/ICmpPlayerManager.h"#include "simulation2/components/ICmpPosition.h"#include "simulation2/components/ICmpRangeManager.h"#include "simulation2/components/ICmpTerrain.h"#include "simulation2/components/ICmpVisual.h"#include "simulation2/components/ICmpWaterManager.h"#include "simulation2/helpers/Render.h"#include "simulation2/helpers/Geometry.h"#include "simulation2/system/Component.h"#include "ps/CLogger.h"#include "graphics/Overlay.h"#include "graphics/TextureManager.h"#include "renderer/Renderer.h"Go to the source code of this file.
Classes | |
| struct | SVisibilitySegment |
| class | CCmpRallyPointRenderer |
1.8.5