AzerothCore 3.3.5a
OpenSource WoW Emulator
|
#include "WorldSocket.h"
#include "AccountMgr.h"
#include "Config.h"
#include "CryptoHash.h"
#include "CryptoRandom.h"
#include "DatabaseEnv.h"
#include "GameTime.h"
#include "IPLocation.h"
#include "Opcodes.h"
#include "PacketLog.h"
#include "Random.h"
#include "Realm.h"
#include "ScriptMgr.h"
#include "World.h"
#include "WorldSession.h"
#include "zlib.h"
#include <memory>
#include "ServerPktHeader.h"
Go to the source code of this file.
Classes | |
struct | AuthSession |
struct | AccountInfo |
Functions | |
void | compressBuff (void *dst, uint32 *dst_size, void *src, int src_size) |
void compressBuff | ( | void * | dst, |
uint32 * | dst_size, | ||
void * | src, | ||
int | src_size | ||
) |
References CONFIG_COMPRESSION, LOG_ERROR, and sWorld.
Referenced by EncryptableAndCompressiblePacket::CompressIfNeeded().