TrinityCore
|
#include "Define.h"
#include "DetourAlloc.h"
#include "DetourNavMesh.h"
#include "DetourNavMeshQuery.h"
#include "MapDefines.h"
#include <string>
#include <unordered_map>
#include <set>
#include <vector>
Go to the source code of this file.
Classes | |
struct | MMAP::NavMeshHolder |
struct | MMAP::PhasedTile |
class | MMAP::MMapData |
class | MMAP::MMapManager |
Namespaces | |
MMAP | |
Typedefs | |
typedef std::unordered_map < uint32, dtTileRef > | MMAP::MMapTileSet |
typedef std::unordered_map < uint32, dtNavMeshQuery * > | MMAP::NavMeshQuerySet |
typedef std::set< uint32 > | MMAP::TerrainSet |
typedef std::unordered_map < uint32, PhasedTile * > | MMAP::PhaseTileContainer |
typedef std::unordered_map < uint32, PhaseTileContainer > | MMAP::PhaseTileMap |
typedef std::unordered_map < uint32, TerrainSet > | MMAP::TerrainSetMap |
typedef std::unordered_map < uint32, MMapData * > | MMAP::MMapDataSet |