Public Member Functions | |
BundleMgr (const ScummEngine *vm, BundleDirCache *_cache) | |
bool | open (const char *filename, bool &isCompressed, bool errorFlag=false) |
void | close () |
Common::SeekableReadStream * | getFile (const char *filename, int32 &offset, int32 &size) |
int32 | seekFile (int32 offset, int size) |
int32 | readFile (const char *name, int32 size, byte **compFinal, bool headerOutside) |
bool | isExtCompBun (byte gameId) |