aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/intern.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/scumm/intern.h')
-rw-r--r--engines/scumm/intern.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/scumm/intern.h b/engines/scumm/intern.h
index 721931f08d..413446fca2 100644
--- a/engines/scumm/intern.h
+++ b/engines/scumm/intern.h
@@ -30,6 +30,7 @@ namespace Scumm {
class Insane;
class SmushMixer;
+class SmushPlayer;
// This is to help devices with small memory (PDA, smartphones, ...)
// to save abit of memory used by opcode names in the Scumm engine.
@@ -598,6 +599,7 @@ public:
bool _insaneRunning; // Used by IMuseDigital::flushTracks()
SmushMixer *_smixer;
+ SmushPlayer *_splayer;
public:
ScummEngine_v6(OSystem *syst, const DetectorResult &dr);