TrinityCore
Loading...
Searching...
No Matches
AddonMgr.h File Reference
#include "Define.h"
#include <array>
#include <string>
#include <vector>
+ Include dependency graph for AddonMgr.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  SavedAddon
 
struct  BannedAddon
 

Namespaces

namespace  AddonMgr
 

Macros

#define STANDARD_ADDON_CRC   0x4C1C776D
 

Typedefs

typedef std::vector< BannedAddonAddonMgr::BannedAddonList
 

Functions

void AddonMgr::LoadFromDB ()
 
void AddonMgr::SaveAddon (std::string const &name, uint32 publicKeyCrc)
 
SavedAddon const * AddonMgr::GetAddonInfo (const std::string &name)
 
BannedAddonList const * AddonMgr::GetBannedAddons ()
 

Macro Definition Documentation

◆ STANDARD_ADDON_CRC

#define STANDARD_ADDON_CRC   0x4C1C776D

Definition at line 45 of file AddonMgr.h.