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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/cine/part.h b/engines/cine/part.h
index ff51f8e307..eeb9d20280 100644
--- a/engines/cine/part.h
+++ b/engines/cine/part.h
@@ -67,6 +67,8 @@ void readFromPart(int16 idx, byte *dataPtr);
byte *readBundleFile(int16 foundFileIdx);
byte *readFile(const char *filename);
+void dumpBundle(const char *filename);
+
} // End of namespace Cine
#endif