TrinityCore
Loading...
Searching...
No Matches
loadlib.cpp File Reference
#include "loadlib.h"
#include <CascLib.h>
#include <algorithm>
+ Include dependency graph for loadlib.cpp:

Go to the source code of this file.

Functions

bool IsInterestingChunk (u_map_fcc const &fcc)
 

Variables

u_map_fcc constexpr InterestingChunks []
 

Function Documentation

◆ IsInterestingChunk()

bool IsInterestingChunk ( u_map_fcc const &  fcc)

Definition at line 123 of file loadlib.cpp.

+ Here is the caller graph for this function:

Variable Documentation

◆ InterestingChunks

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

Definition at line 109 of file loadlib.cpp.