aboutsummaryrefslogtreecommitdiff
path: root/engines/wage/wage.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/wage/wage.h')
-rw-r--r--engines/wage/wage.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/wage/wage.h b/engines/wage/wage.h
index 4c93399ad7..d2c97adfa0 100644
--- a/engines/wage/wage.h
+++ b/engines/wage/wage.h
@@ -49,6 +49,7 @@
#define WAGE_WAGE_H
#include "engines/engine.h"
+#include "audio/mixer.h"
#include "common/debug.h"
#include "common/endian.h"
#include "common/rect.h"
@@ -234,6 +235,8 @@ private:
Common::MacResManager *_resManager;
bool _shouldQuit;
+
+ Audio::SoundHandle _soundHandle;
};
// Example console class