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.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/touche/touche.h b/engines/touche/touche.h
index 61f38b52ab..4c900afc35 100644
--- a/engines/touche/touche.h
+++ b/engines/touche/touche.h
@@ -299,6 +299,8 @@ enum SaveLoadMode {
kLoadGameState
};
+class MidiPlayer;
+
class ToucheEngine: public Engine {
public:
@@ -595,6 +597,8 @@ protected:
void ui_displayTextMode(int str);
+ MidiPlayer *_midiPlayer;
+
Common::Language _language;
Common::RandomSource _rnd;