aboutsummaryrefslogtreecommitdiff
path: root/engines/cruise/sound.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cruise/sound.h')
-rw-r--r--engines/cruise/sound.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/cruise/sound.h b/engines/cruise/sound.h
index e6b00a98d6..bf5183cdda 100644
--- a/engines/cruise/sound.h
+++ b/engines/cruise/sound.h
@@ -59,6 +59,7 @@ public:
virtual void stopSound(int channel);
void doSync(Common::Serializer &s);
+ const char *musicName();
void stopChannel(int channel);
bool isPlaying() const;
bool songLoaded() const;