aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk/riven.h
diff options
context:
space:
mode:
authorBastien Bouclet2016-08-08 07:15:04 +0200
committerBastien Bouclet2016-08-11 19:53:20 +0200
commitaeee4888beb8ba15a32a438e4ac82c53d250e039 (patch)
tree590939fe08ff1f9cb3306051d1976fac84dc0465 /engines/mohawk/riven.h
parente55758f444dc99e89efdd3effa225d8b54bbd1fb (diff)
downloadscummvm-rg350-aeee4888beb8ba15a32a438e4ac82c53d250e039.tar.gz
scummvm-rg350-aeee4888beb8ba15a32a438e4ac82c53d250e039.tar.bz2
scummvm-rg350-aeee4888beb8ba15a32a438e4ac82c53d250e039.zip
MOHAWK: Allow the games to have a different sound manager
Diffstat (limited to 'engines/mohawk/riven.h')
-rw-r--r--engines/mohawk/riven.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/mohawk/riven.h b/engines/mohawk/riven.h
index 3ea50bb38d..4e52dfbc93 100644
--- a/engines/mohawk/riven.h
+++ b/engines/mohawk/riven.h
@@ -121,6 +121,7 @@ public:
MohawkEngine_Riven(OSystem *syst, const MohawkGameDescription *gamedesc);
virtual ~MohawkEngine_Riven();
+ Sound *_sound;
RivenGraphics *_gfx;
RivenExternal *_externalScriptHandler;
Common::RandomSource *_rnd;