aboutsummaryrefslogtreecommitdiff
path: root/engines/sky/sky.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sky/sky.h')
-rw-r--r--engines/sky/sky.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/engines/sky/sky.h b/engines/sky/sky.h
index 47aebaba77..f3d2e564c8 100644
--- a/engines/sky/sky.h
+++ b/engines/sky/sky.h
@@ -58,7 +58,6 @@ class Debugger;
class SkyCompact;
class SkyEngine : public Engine {
- GUI::Debugger *getDebugger();
protected:
Common::KeyState _keyPressed;
bool _floppyIntro;
@@ -89,15 +88,19 @@ public:
static SystemVars _systemVars;
protected:
+ // Engine APIs
+ virtual int init();
+ virtual int go();
+ virtual GUI::Debugger *getDebugger();
+ virtual bool hasFeature(EngineFeature f) const;
+
byte _fastMode;
void delay(int32 amount);
- int go();
void handleKey(void);
uint32 _lastSaveTime;
- int init();
void initItemList();
void initVirgin();