aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/sound/sound.h
diff options
context:
space:
mode:
authorSven Hesse2008-12-14 03:08:02 +0000
committerSven Hesse2008-12-14 03:08:02 +0000
commitbbe6ff006e79473a0beeac5a4d88f901c68102fb (patch)
tree3a8dd3e71625e40567b9586c3571283b91d67a15 /engines/gob/sound/sound.h
parent126c5a1dc8ec76b74a33f9b62d553d652a382df4 (diff)
downloadscummvm-rg350-bbe6ff006e79473a0beeac5a4d88f901c68102fb.tar.gz
scummvm-rg350-bbe6ff006e79473a0beeac5a4d88f901c68102fb.tar.bz2
scummvm-rg350-bbe6ff006e79473a0beeac5a4d88f901c68102fb.zip
Music/Video handling fixes/stubs
svn-id: r35351
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 07b5a737db..641df6eb51 100644
--- a/engines/gob/sound/sound.h
+++ b/engines/gob/sound/sound.h
@@ -121,6 +121,7 @@ public:
// Background Atmosphere
+ void bgPlay(const char *file);
void bgPlay(const char *base, int count);
void bgStop();