TrinityCore
Loading...
Searching...
No Matches
MMapManager.h File Reference
#include "Define.h"
#include "MMapDefines.h"
#include <DetourNavMeshQuery.h>
#include <memory>
#include <string_view>
#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

class  MMAP::MMapManager
 

Namespaces

namespace  MMAP
 

Typedefs

typedef std::unordered_map< uint32, std::unique_ptr< MMapData > > MMAP::MMapDataSet
 

Enumerations

enum class  MMAP::LoadResult : uint8 {
  MMAP::Success , MMAP::AlreadyLoaded , MMAP::FileNotFound , MMAP::VersionMismatch ,
  MMAP::ReadFromFileFailed , MMAP::LibraryError
}