TrinityCore
loadlib.cpp File Reference
#include "loadlib.h"
#include <CascLib.h>
+ Include dependency graph for loadlib.cpp:

Go to the source code of this file.

Macros

#define _CRT_SECURE_NO_DEPRECATE
 

Functions

bool IsInterestingChunk (u_map_fcc const &fcc)
 

Variables

u_map_fcc MverMagic = { { 'R','E','V','M' } }
 
u_map_fcc InterestingChunks []
 

Macro Definition Documentation

◆ _CRT_SECURE_NO_DEPRECATE

#define _CRT_SECURE_NO_DEPRECATE

Definition at line 18 of file loadlib.cpp.

Function Documentation

◆ IsInterestingChunk()

bool IsInterestingChunk ( u_map_fcc const &  fcc)

Definition at line 131 of file loadlib.cpp.

+ Here is the caller graph for this function:

Variable Documentation

◆ InterestingChunks

u_map_fcc InterestingChunks[]
Initial value:
=
{
{ { 'R', 'E', 'V', 'M' } },
{ { 'N', 'I', 'A', 'M' } },
{ { 'O', '2', 'H', 'M' } },
{ { 'K', 'N', 'C', 'M' } },
{ { 'T', 'V', 'C', 'M' } },
{ { 'O', 'M', 'W', 'M' } },
{ { 'Q', 'L', 'C', 'M' } },
{ { 'O', 'B', 'F', 'M' } },
{ { 'D', 'H', 'P', 'M' } },
{ { 'D', 'I', 'A', 'M' } }
}

Definition at line 117 of file loadlib.cpp.

◆ MverMagic

u_map_fcc MverMagic = { { 'R','E','V','M' } }

Definition at line 23 of file loadlib.cpp.