Data Structures |
| struct | wadinfo_t |
| struct | filelump_t |
| struct | lumpinfo_s |
Typedefs |
| typedef struct lumpinfo_s | lumpinfo_t |
Enumerations |
| enum | namespace_t {
ns_global = 0,
ns_sprites,
ns_flats,
ns_colormaps,
ns_skinbase = 0x80000000
} |
Functions |
| std::string | W_MD5 (std::string filename) |
| std::vector< std::string > | W_InitMultipleFiles (std::vector< std::string > &filenames) |
| int | W_CheckNumForName (const char *name, int ns=ns_global) |
| int | W_GetNumForName (const char *name) |
| unsigned | W_LumpLength (unsigned lump) |
| void | W_ReadLump (unsigned lump, void *dest) |
| unsigned | W_ReadChunk (const char *file, unsigned offs, unsigned len, void *dest, unsigned &filelen) |
| void * | W_CacheLumpNum (unsigned lump, int tag) |
| void * | W_CacheLumpName (const char *name, int tag) |
| patch_t * | W_CachePatch (unsigned lump, int tag=PU_CACHE) |
| patch_t * | W_CachePatch (const char *name, int tag=PU_CACHE) |
| void | W_Profile (const char *fname) |
| void | W_Close () |
| int | W_FindLump (const char *name, int *lastlump) |
| bool | W_CheckLumpName (unsigned lump, const char *name) |
| void | W_MergeLumps (const char *start, const char *end, int) |
| void | uppercopy (char *to, const char *from) |
| void | W_GetLumpName (char *to, unsigned lump) |
| int | W_GetLumpFile (unsigned lump) |
| BOOL | W_IsIWAD (std::string filename, std::string hash="") |
Variables |
| std::vector< std::string > | wadfiles |
| std::vector< std::string > | wadhashes |
| void ** | lumpcache |
| lumpinfo_t * | lumpinfo |
| size_t | numlumps |