AzerothCore 3.3.5a
OpenSource WoW Emulator
|
#include "Common.h"
#include "DetourAlloc.h"
#include "DetourExtended.h"
#include "DetourNavMesh.h"
#include <unordered_map>
#include <vector>
Go to the source code of this file.
Classes | |
struct | MMAP::MMapData |
class | MMAP::MMapMgr |
Namespaces | |
namespace | MMAP |
Typedefs | |
typedef std::unordered_map< uint32, dtTileRef > | MMAP::MMapTileSet |
typedef std::unordered_map< uint32, dtNavMeshQuery * > | MMAP::NavMeshQuerySet |
typedef std::unordered_map< uint32, MMapData * > | MMAP::MMapDataSet |
Functions | |
void * | dtCustomAlloc (std::size_t size, dtAllocHint) |
void | dtCustomFree (void *ptr) |
|
inline |
Referenced by World::SetInitialWorldSettings().
|
inline |
Referenced by World::SetInitialWorldSettings().