aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/mads.h
diff options
context:
space:
mode:
authorFilippos Karapetis2014-04-27 22:56:15 +0300
committerFilippos Karapetis2014-04-27 22:56:15 +0300
commit6c9075eb2539aa4264ce4298772437caec55b256 (patch)
tree672061d657c1b02577526233838cf2fed73d2a11 /engines/mads/mads.h
parent29234dc34d12e0f5fc28819bef34d394d3143b4b (diff)
downloadscummvm-rg350-6c9075eb2539aa4264ce4298772437caec55b256.tar.gz
scummvm-rg350-6c9075eb2539aa4264ce4298772437caec55b256.tar.bz2
scummvm-rg350-6c9075eb2539aa4264ce4298772437caec55b256.zip
MADS: Implement the audio player
This is used for all digital samples, plus voices in talkie versions. Currently, it's only hooked to the "play_audio" debugger command
Diffstat (limited to 'engines/mads/mads.h')
-rw-r--r--engines/mads/mads.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/mads/mads.h b/engines/mads/mads.h
index d6a2a848bc..61d61a2564 100644
--- a/engines/mads/mads.h
+++ b/engines/mads/mads.h
@@ -98,6 +98,7 @@ public:
Resources *_resources;
ScreenSurface _screen;
SoundManager *_sound;
+ AudioPlayer *_audio;
bool _easyMouse;
bool _invObjectsAnimated;
bool _textWindowStill;