aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk/myst.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/mohawk/myst.h')
-rw-r--r--engines/mohawk/myst.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/mohawk/myst.h b/engines/mohawk/myst.h
index a411b64347..39d96bb320 100644
--- a/engines/mohawk/myst.h
+++ b/engines/mohawk/myst.h
@@ -43,6 +43,7 @@ class MystScriptParser;
class MystConsole;
class MystGameState;
class MystOptionsDialog;
+class MystSound;
class MystArea;
class MystAreaImageSwitch;
class MystAreaHover;
@@ -206,7 +207,7 @@ public:
bool _showResourceRects;
VideoManager *_video;
- Sound *_sound;
+ MystSound *_sound;
MystGraphics *_gfx;
MystGameState *_gameState;
MystScriptParser *_scriptParser;