|
Pyrogenesis
13997
|
#include "precompiled.h"#include "ObjectEntry.h"#include "graphics/Decal.h"#include "graphics/Material.h"#include "graphics/MaterialManager.h"#include "graphics/MeshManager.h"#include "graphics/Model.h"#include "graphics/ModelDef.h"#include "graphics/ObjectBase.h"#include "graphics/ObjectManager.h"#include "graphics/ParticleManager.h"#include "graphics/SkeletonAnim.h"#include "graphics/TextureManager.h"#include "lib/rand.h"#include "ps/CLogger.h"#include "ps/Game.h"#include "ps/World.h"#include "renderer/Renderer.h"#include "simulation2/Simulation2.h"#include <sstream>Go to the source code of this file.
Functions | |
| template<typename T , typename S > | |
| static void | delete_pair_2nd (std::pair< T, S > v) |
|
static |
Definition at line 47 of file ObjectEntry.cpp.
1.8.5