Go to the source code of this file.
Macros | |
| #define | DATA_H |
| #define | TXT_NONE 0 |
Functions | |
| int | Load_Picture (FileClass &file, Buffer &scratchbuf, Buffer &destbuf, unsigned char *palette, PicturePlaneType format) |
| void * | Load_Alloc_Data (FileClass &file) |
| long | Load_Uncompress (FileClass &file, Buffer &uncomp_buff, Buffer &dest_buff, void *reserved_data) |
| char const * | Fetch_String (int id) |
| void const * | Fetch_Resource (LPCSTR resname, LPCSTR restype) |
| int Load_Picture | ( | FileClass & | file, |
| Buffer & | scratchbuf, | ||
| Buffer & | destbuf, | ||
| unsigned char * | palette, | ||
| PicturePlaneType | format ) |