aboutsummaryrefslogtreecommitdiff
path: root/scumm/smush/insane.h
diff options
context:
space:
mode:
authorMax Horn2003-12-21 19:01:39 +0000
committerMax Horn2003-12-21 19:01:39 +0000
commit927964c588470f99c957d4b3b5853c94a2dd6653 (patch)
treeb17658dbb9d43e8e631d1ef1651a16098eb99351 /scumm/smush/insane.h
parent4cc5f3cd2a6f3404ee86151f6304ea86685d0789 (diff)
downloadscummvm-rg350-927964c588470f99c957d4b3b5853c94a2dd6653.tar.gz
scummvm-rg350-927964c588470f99c957d4b3b5853c94a2dd6653.tar.bz2
scummvm-rg350-927964c588470f99c957d4b3b5853c94a2dd6653.zip
tiny cleanup
svn-id: r11837
Diffstat (limited to 'scumm/smush/insane.h')
-rw-r--r--scumm/smush/insane.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/scumm/smush/insane.h b/scumm/smush/insane.h
index a5be42608a..0c215d75f3 100644
--- a/scumm/smush/insane.h
+++ b/scumm/smush/insane.h
@@ -283,13 +283,11 @@ class Insane {
void initvars(void);
void readFileToMem(const char *name, byte **buf);
- void startVideo(const char *filename, int num, int argC, int frameRate, int doMainLoop);
- void startVideo1(const char *filename, int num, int argC, int frameRate,
- int doMainLoop, byte *fluPtr, int32 numFrames);
+ void startVideo(const char *filename, int num, int argC, int frameRate,
+ int doMainLoop, byte *fluPtr = 0, int32 numFrames = 0);
void smush_proc39(void);
void smush_proc40(void);
void smush_proc41(void);
- void imuseCode04(void);
void smush_warpMouse(int x, int y, int buttons);
void putActors(void);
void readState(void);