aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/inter.h
diff options
context:
space:
mode:
authorSven Hesse2012-06-16 02:58:53 +0200
committerSven Hesse2012-06-16 02:58:53 +0200
commita24cb57c9d4d4292da582fafc52be70103a1e369 (patch)
tree0ec1b2907a6336296c2e7ad107e8fa1a1f82c4b3 /engines/gob/inter.h
parentf917db972e0ae7e4e82a6430010a155cbb3a92c0 (diff)
downloadscummvm-rg350-a24cb57c9d4d4292da582fafc52be70103a1e369.tar.gz
scummvm-rg350-a24cb57c9d4d4292da582fafc52be70103a1e369.tar.bz2
scummvm-rg350-a24cb57c9d4d4292da582fafc52be70103a1e369.zip
GOB: Loop the Little Red title music
Diffstat (limited to 'engines/gob/inter.h')
-rw-r--r--engines/gob/inter.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/gob/inter.h b/engines/gob/inter.h
index 0625646cdd..63bf3eb1c6 100644
--- a/engines/gob/inter.h
+++ b/engines/gob/inter.h
@@ -527,6 +527,7 @@ protected:
virtual void setupOpcodesGob();
void oLittleRed_keyFunc(OpFuncParams &params);
+ void oLittleRed_playComposition(OpFuncParams &params);
};
class Inter_v3 : public Inter_v2 {