![]() |
TrinityCore
|
#include "ARC4.h"#include "AuthDefines.h"#include "ByteBuffer.h"#include "Optional.h"#include "WardenCheckMgr.h"#include <array>
Include dependency graph for Warden.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| struct | WardenModuleUse |
| struct | WardenModuleTransfer |
| struct | WardenHashRequest |
| struct | ClientWardenModule |
| class | Warden |
Enumerations | |
| enum | WardenOpcodes { WARDEN_CMSG_MODULE_MISSING = 0 , WARDEN_CMSG_MODULE_OK = 1 , WARDEN_CMSG_CHEAT_CHECKS_RESULT = 2 , WARDEN_CMSG_MEM_CHECKS_RESULT = 3 , WARDEN_CMSG_HASH_RESULT = 4 , WARDEN_CMSG_MODULE_FAILED = 5 , WARDEN_SMSG_MODULE_USE = 0 , WARDEN_SMSG_MODULE_CACHE = 1 , WARDEN_SMSG_CHEAT_CHECKS_REQUEST = 2 , WARDEN_SMSG_MODULE_INITIALIZE = 3 , WARDEN_SMSG_MEM_CHECKS_REQUEST = 4 , WARDEN_SMSG_HASH_REQUEST = 5 } |
| enum WardenOpcodes |