aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/inter.h
diff options
context:
space:
mode:
authorSven Hesse2007-08-03 15:18:00 +0000
committerSven Hesse2007-08-03 15:18:00 +0000
commite802f067cd96d63054b4233e44db02b660557787 (patch)
treee49723f0af30097d6a0bc323876933755bce97d3 /engines/gob/inter.h
parent02103a65a271af647ff32928b331ee4291607931 (diff)
downloadscummvm-rg350-e802f067cd96d63054b4233e44db02b660557787.tar.gz
scummvm-rg350-e802f067cd96d63054b4233e44db02b660557787.tar.bz2
scummvm-rg350-e802f067cd96d63054b4233e44db02b660557787.zip
Lost in Time now (kind of) shows the title and the wobble-effect is drawn
svn-id: r28433
Diffstat (limited to 'engines/gob/inter.h')
-rw-r--r--engines/gob/inter.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/gob/inter.h b/engines/gob/inter.h
index db56ad4cd9..a7317492ad 100644
--- a/engines/gob/inter.h
+++ b/engines/gob/inter.h
@@ -481,6 +481,8 @@ protected:
bool o3_checkData(OpFuncParams &params);
bool o3_readData(OpFuncParams &params);
bool o3_writeData(OpFuncParams &params);
+
+ void o3_wobble(OpGobParams &params);
};
class Inter_v4 : public Inter_v3 {