#include "IVMapManager.h"
#include "Utilities/UnorderedMap.h"
#include "Platform/Define.h"
#include <ace/Thread_Mutex.h>
#include <vector>
Go to the source code of this file.
Classes | |
class | VMAP::ManagedModel |
class | VMAP::VMapManager2 |
Namespaces | |
G3D | |
VMAP | |
Macros | |
#define | MAP_FILENAME_EXTENSION2 ".vmtree" |
#define | FILENAMEBUFFER_SIZE 500 |
Typedefs | |
typedef UNORDERED_MAP< uint32, StaticMapTree * > | VMAP::InstanceTreeMap |
typedef UNORDERED_MAP< std::string, ManagedModel > | VMAP::ModelFileMap |
#define FILENAMEBUFFER_SIZE 500 |
Definition at line 31 of file VMapManager2.h.
#define MAP_FILENAME_EXTENSION2 ".vmtree" |
Definition at line 29 of file VMapManager2.h.
Referenced by VMAP::VMapManager2::getMapFileName().