aboutsummaryrefslogtreecommitdiff
path: root/engines/cine/part.h
diff options
context:
space:
mode:
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