aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/gob.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/gob/gob.h')
-rw-r--r--engines/gob/gob.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/engines/gob/gob.h b/engines/gob/gob.h
index 297b6b1b2b..5976924a12 100644
--- a/engines/gob/gob.h
+++ b/engines/gob/gob.h
@@ -165,6 +165,7 @@ private:
virtual Common::Error run();
virtual bool hasFeature(EngineFeature f) const;
virtual void pauseEngineIntern(bool pause);
+ virtual void syncSoundSettings();
bool initGameParts();
void deinitGameParts();
@@ -221,8 +222,6 @@ public:
bool is800x600() const;
bool isDemo() const;
- bool subtitles() const;
-
GobEngine(OSystem *syst);
virtual ~GobEngine();