aboutsummaryrefslogtreecommitdiff
path: root/smush.h
diff options
context:
space:
mode:
authorPaweł Kołodziejski2002-07-10 20:50:44 +0000
committerPaweł Kołodziejski2002-07-10 20:50:44 +0000
commit9b3784ef6dcb26e4864844cc626e472ae49393b2 (patch)
tree03ea9786fe5d87531c5bedf7fa761f7104a2ab70 /smush.h
parentbfba03666b4c50238cc751682669f5175deb3f7e (diff)
downloadscummvm-rg350-9b3784ef6dcb26e4864844cc626e472ae49393b2.tar.gz
scummvm-rg350-9b3784ef6dcb26e4864844cc626e472ae49393b2.tar.bz2
scummvm-rg350-9b3784ef6dcb26e4864844cc626e472ae49393b2.zip
Opps, added missing declaration
svn-id: r4512
Diffstat (limited to 'smush.h')
-rw-r--r--smush.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/smush.h b/smush.h
index 6979188838..d9d140393f 100644
--- a/smush.h
+++ b/smush.h
@@ -111,6 +111,7 @@ struct SmushPlayer {
uint32 nextBE32();
void init();
+ void deinit();
void startVideo(short int arg, byte* videofile);