Public Member Functions | |
GamArchive (const char *filename) | |
byte * | readResource (uint32 sceneId, uint32 resId, uint32 &dataSize) |
Protected Member Functions | |
void | loadDictionary () |
const GamGroupEntry * | getGroupEntry (uint32 sceneId) |
const GamFileEntry * | getFileEntry (const GamGroupEntry *groupEntry, uint32 resId) |
const GamFileEntry * | getGroupFileEntry (uint32 sceneId, uint32 resId) |
Protected Attributes | |
Common::File * | _fd |
uint | _groupCount |
GamGroupEntry * | _groups |