|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
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'} } |
| #define _CRT_SECURE_NO_DEPRECATE |
Definition at line 6 of file loadlib.cpp.
| 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().
| u_map_fcc InterestingChunks[] |
Definition at line 78 of file loadlib.cpp.
Referenced by IsInterestingChunk().
| u_map_fcc MverMagic = { {'R','E','V','M'} } |
Definition at line 11 of file loadlib.cpp.
Referenced by ChunkedFile::prepareLoadedData().