aboutsummaryrefslogtreecommitdiff
path: root/sky/control.h
diff options
context:
space:
mode:
authorRobert Göffringmann2003-07-09 18:12:58 +0000
committerRobert Göffringmann2003-07-09 18:12:58 +0000
commit5f9845b2cb3f3bbe2ac5eccc919139114a9edd3a (patch)
treeeb28562e1f99c5c5b3a9f908da376330e7b770c7 /sky/control.h
parent2c065bcffebed70b3e7e30b31b6dd22c1f441abc (diff)
downloadscummvm-rg350-5f9845b2cb3f3bbe2ac5eccc919139114a9edd3a.tar.gz
scummvm-rg350-5f9845b2cb3f3bbe2ac5eccc919139114a9edd3a.tar.bz2
scummvm-rg350-5f9845b2cb3f3bbe2ac5eccc919139114a9edd3a.zip
added toggling music on/off
svn-id: r8884
Diffstat (limited to 'sky/control.h')
-rw-r--r--sky/control.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sky/control.h b/sky/control.h
index 944a67f492..cd26be244a 100644
--- a/sky/control.h
+++ b/sky/control.h
@@ -188,6 +188,7 @@ private:
uint16 doSpeedSlide(void);
uint16 toggleFx(SkyConResource *pButton);
uint16 toggleText(void);
+ void toggleMusic(void);
uint16 shiftDown(uint8 speed);
uint16 shiftUp(uint8 speed);
void drawTextCross(uint32 flags);