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.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/engines/gob/gob.h b/engines/gob/gob.h
index 39950e3261..599d7085fb 100644
--- a/engines/gob/gob.h
+++ b/engines/gob/gob.h
@@ -190,10 +190,12 @@ private:
uint32 _pauseStart;
- int go();
- int init();
+ // Engine APIs
+ virtual int init();
+ virtual int go();
+ virtual bool hasFeature(EngineFeature f) const;
+ virtual void pauseEngineIntern(bool pause);
- void pauseEngineIntern(bool pause);
bool initGameParts();
void deinitGameParts();