aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/kyra.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/kyra/kyra.h')
-rw-r--r--engines/kyra/kyra.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/engines/kyra/kyra.h b/engines/kyra/kyra.h
index b024432b36..593990188f 100644
--- a/engines/kyra/kyra.h
+++ b/engines/kyra/kyra.h
@@ -123,6 +123,10 @@ public:
Common::RandomSource _rnd;
+ // config specific
+ bool speechEnabled();
+ bool textEnabled();
+
// quit handling
virtual void quitGame();
@@ -170,9 +174,6 @@ protected:
bool _configSounds;
uint8 _configVoice;
- bool speechEnabled();
- bool textEnabled();
-
// game speed
virtual bool skipFlag() const = 0;
virtual void resetSkipFlag(bool removeEvent = true) = 0;