diff options
Diffstat (limited to 'engines/prince/script.h')
-rw-r--r-- | engines/prince/script.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/prince/script.h b/engines/prince/script.h index de8db0bfb5..1343051fc9 100644 --- a/engines/prince/script.h +++ b/engines/prince/script.h @@ -25,6 +25,8 @@ #include "common/random.h" +#include "audio/mixer.h" + namespace Common { class SeekableReadStream; } @@ -60,9 +62,11 @@ private: uint8 _stacktop; uint8 _savedStacktop; uint32 _waitFlag; + Audio::SoundHandle _soundHandle; const byte * _string; uint32 _currentString; + Common::SeekableReadStream *_voiceStream; // Helper functions void checkPC(uint32 address); |