aboutsummaryrefslogtreecommitdiff
path: root/engines/cine/part.h
diff options
context:
space:
mode:
authorGregory Montoir2007-05-13 16:07:33 +0000
committerGregory Montoir2007-05-13 16:07:33 +0000
commite6ef2348a4cc17fec41556c130045505035adeca (patch)
tree7e67c3efede702e4ff33e900047c4132a6907ebb /engines/cine/part.h
parenta1733f8bbec378a44883de20cdc2b4792a2a33a8 (diff)
downloadscummvm-rg350-e6ef2348a4cc17fec41556c130045505035adeca.tar.gz
scummvm-rg350-e6ef2348a4cc17fec41556c130045505035adeca.tar.bz2
scummvm-rg350-e6ef2348a4cc17fec41556c130045505035adeca.zip
removed duplicated code (BASESON datafiles can be loaded with the existing bundle related functions)
svn-id: r26836
Diffstat (limited to 'engines/cine/part.h')
-rw-r--r--engines/cine/part.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/cine/part.h b/engines/cine/part.h
index 17ffd7aeb3..657d00465c 100644
--- a/engines/cine/part.h
+++ b/engines/cine/part.h
@@ -65,8 +65,11 @@ int16 findFileInBundle(const char *fileName);
void readFromPart(int16 idx, byte *dataPtr);
byte *readBundleFile(int16 foundFileIdx);
+byte *readBundleSoundFile(const char *entryName);
byte *readFile(const char *filename);
+void checkDataDisk(int16 param);
+
void dumpBundle(const char *filename);
} // End of namespace Cine