aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/sound/sound.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/sound/sound.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/sound/sound.h')
-rw-r--r--engines/gob/sound/sound.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/gob/sound/sound.h b/engines/gob/sound/sound.h
index 064a249253..6ad0ec5483 100644
--- a/engines/gob/sound/sound.h
+++ b/engines/gob/sound/sound.h
@@ -63,6 +63,7 @@ public:
void blasterPlayComposition(int16 *composition, int16 freqVal,
SoundDesc *sndDescs = 0, int8 sndCount = kSoundsCount);
void blasterStopComposition();
+ void blasterRepeatComposition(int32 repCount);
char blasterPlayingSound() const;