TrinityCore
MMapManager.h File Reference
#include "Define.h"
#include "DetourNavMesh.h"
#include "DetourNavMeshQuery.h"
#include "Hash.h"
#include <string>
#include <unordered_map>
#include <vector>
+ Include dependency graph for MMapManager.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  MMAP::MMapData
 
class  MMAP::MMapManager
 

Namespaces

namespace  MMAP
 

Typedefs

typedef std::unordered_map< uint32, dtTileRef > MMAP::MMapTileSet
 
typedef std::unordered_map< std::pair< uint32, uint32 >, dtNavMeshQuery * > MMAP::NavMeshQuerySet
 
typedef std::unordered_map< uint32, MMapData * > MMAP::MMapDataSet