TrinityCore
|
#include <list>
#include <map>
#include <mutex>
#include <unordered_map>
#include "Define.h"
#include "DatabaseEnv.h"
#include "DBCEnums.h"
#include "ObjectDefines.h"
Go to the source code of this file.
Classes | |
class | InstanceSave |
class | InstanceSaveManager |
struct | InstanceSaveManager::InstResetEvent |
Macros | |
#define | sInstanceSaveMgr InstanceSaveManager::instance() |
Typedefs | |
typedef std::unordered_map < uint64, time_t > | ResetTimeByMapDifficultyMap |
#define sInstanceSaveMgr InstanceSaveManager::instance() |
typedef std::unordered_map<uint64 , time_t > ResetTimeByMapDifficultyMap |