34 #define NUM_MAX_PARTDATA 255 36 void loadPart(
const char *partName);
39 int16 findFileInBundle(
const char *fileName);
41 void readFromPart(int16 idx, byte *dataPtr, uint32 maxSize);
43 byte *readBundleFile(int16 foundFileIdx, uint32 *size = NULL);
44 byte *readBundleSoundFile(
const char *entryName, uint32 *size = 0);
45 byte *readFile(
const char *filename,
bool crypted =
false);
47 void checkDataDisk(int16 param);
49 void dumpBundle(
const char *filename);