Project SkyFire Core
SkyFire 5.4.8 server core API documentation
Loading...
Searching...
No Matches
loadlib.cpp File Reference
#include "loadlib.h"
#include <cstdio>
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 InterestingChunks []
u_map_fcc MverMagic = { {'R','E','V','M'} }

Macro Definition Documentation

◆ _CRT_SECURE_NO_DEPRECATE

#define _CRT_SECURE_NO_DEPRECATE

Definition at line 6 of file loadlib.cpp.

Function Documentation

◆ IsInterestingChunk()

bool IsInterestingChunk ( u_map_fcc const & fcc)

Definition at line 87 of file loadlib.cpp.

References u_map_fcc::fcc, and InterestingChunks.

Referenced by ChunkedFile::parseChunks(), and FileChunk::parseSubChunks().

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' },
{ 'Q', 'L', 'C', 'M' }
}

Definition at line 78 of file loadlib.cpp.

Referenced by IsInterestingChunk().

◆ MverMagic

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

Definition at line 11 of file loadlib.cpp.

Referenced by ChunkedFile::prepareLoadedData().