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.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/engines/touche/touche.h b/engines/touche/touche.h
index 949727b665..75d99c21d4 100644
--- a/engines/touche/touche.h
+++ b/engines/touche/touche.h
@@ -31,6 +31,7 @@
#include "common/util.h"
#include "audio/mixer.h"
+#include "audio/audiostream.h"
#include "engines/engine.h"
@@ -646,6 +647,17 @@ protected:
MidiPlayer *_midiPlayer;
+ int _musicVolume;
+ Audio::SoundHandle _musicHandle;
+ Common::File _extMusicFile;
+
+ void initMusic();
+ void startMusic(int num);
+ void stopMusic();
+ int getMusicVolume();
+ void setMusicVolume(int volume);
+ void adjustMusicVolume(int diff);
+
Common::Language _language;
Common::RandomSource _rnd;