aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk/livingbooks.h
diff options
context:
space:
mode:
authorBastien Bouclet2017-02-20 17:20:47 +0100
committerEugene Sandulenko2017-07-03 08:50:10 +0200
commit9153393219b398ce5a7a8122d9af38e32e128059 (patch)
tree212f1183e15c7546f966c8c9b6539837e1fccda0 /engines/mohawk/livingbooks.h
parent1aa42338025543814ac0dbf41ed62c03ccf01ba8 (diff)
downloadscummvm-rg350-9153393219b398ce5a7a8122d9af38e32e128059.tar.gz
scummvm-rg350-9153393219b398ce5a7a8122d9af38e32e128059.tar.bz2
scummvm-rg350-9153393219b398ce5a7a8122d9af38e32e128059.zip
MOHAWK: Allow games to opt out of the default video manager
Diffstat (limited to 'engines/mohawk/livingbooks.h')
-rw-r--r--engines/mohawk/livingbooks.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/mohawk/livingbooks.h b/engines/mohawk/livingbooks.h
index cf67c1ee8e..e0f8635568 100644
--- a/engines/mohawk/livingbooks.h
+++ b/engines/mohawk/livingbooks.h
@@ -714,6 +714,7 @@ public:
Common::RandomSource *_rnd;
+ VideoManager *_video;
Sound *_sound;
LBGraphics *_gfx;
bool _needsRedraw, _needsUpdate;
@@ -817,6 +818,8 @@ private:
Common::String getStringFromConfig(const Common::String &section, const Common::String &key);
Common::String getStringFromConfig(const Common::String &section, const Common::String &key, Common::String &leftover);
int getIntFromConfig(const Common::String &section, const Common::String &key);
+
+ void pauseEngineIntern(bool) override;
};
} // End of namespace Mohawk