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, 1 insertions, 1 deletions
diff --git a/engines/cine/part.h b/engines/cine/part.h
index 755f843b4a..2f1af7141f 100644
--- a/engines/cine/part.h
+++ b/engines/cine/part.h
@@ -40,7 +40,7 @@ struct PartBuffer {
extern Common::Array<PartBuffer> partBuffer;
void loadPart(const char *partName);
-void closePart(void);
+void closePart();
int16 findFileInBundle(const char *fileName);