aboutsummaryrefslogtreecommitdiff
path: root/engines/touche/touche.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/touche/touche.h')
-rw-r--r--engines/touche/touche.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/touche/touche.h b/engines/touche/touche.h
index 75d99c21d4..6b04dfbbea 100644
--- a/engines/touche/touche.h
+++ b/engines/touche/touche.h
@@ -652,8 +652,10 @@ protected:
Common::File _extMusicFile;
void initMusic();
+public: // To allow access from console
void startMusic(int num);
void stopMusic();
+protected:
int getMusicVolume();
void setMusicVolume(int volume);
void adjustMusicVolume(int diff);