aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/sherlock.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sherlock/sherlock.h')
-rw-r--r--engines/sherlock/sherlock.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/engines/sherlock/sherlock.h b/engines/sherlock/sherlock.h
index 4c5f86dd09..172c940c34 100644
--- a/engines/sherlock/sherlock.h
+++ b/engines/sherlock/sherlock.h
@@ -60,9 +60,8 @@ class Resource;
class SherlockEngine : public Engine {
private:
- bool detectGame();
-
- void initialize();
+protected:
+ virtual void initialize();
public:
const SherlockGameDescription *_gameDescription;
Journal *_journal;
@@ -77,8 +76,6 @@ public:
virtual Common::Error run();
- virtual void initFlags() = 0;
-
int getGameType() const;
uint32 getGameID() const;
uint32 getGameFeatures() const;