Pyrogenesis
13997
|
#include "precompiled.h"
#include "ObjectManager.h"
#include "graphics/ObjectBase.h"
#include "graphics/ObjectEntry.h"
#include "ps/CLogger.h"
#include "ps/Game.h"
#include "ps/Profile.h"
#include "ps/Filesystem.h"
#include "simulation2/Simulation2.h"
#include "simulation2/components/ICmpTerrain.h"
#include "simulation2/components/ICmpVisual.h"
Go to the source code of this file.
Classes | |
struct | second_equals< T > |
Functions | |
template<typename T , typename S > | |
static void | delete_pair_2nd (std::pair< T, S > v) |
static Status | ReloadChangedFileCB (void *param, const VfsPath &path) |
|
static |
Definition at line 33 of file ObjectManager.cpp.
Definition at line 56 of file ObjectManager.cpp.