aboutsummaryrefslogtreecommitdiff
path: root/engines/cine/cine.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cine/cine.h')
-rw-r--r--engines/cine/cine.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/engines/cine/cine.h b/engines/cine/cine.h
index 6011036eb1..ef643a115e 100644
--- a/engines/cine/cine.h
+++ b/engines/cine/cine.h
@@ -70,8 +70,11 @@ typedef Common::HashMap<Common::String, const char *> StringPtrHashMap;
class CineEngine : public Engine {
protected:
- int init();
- int go();
+ // Engine APIs
+ virtual int init();
+ virtual int go();
+ virtual bool hasFeature(EngineFeature f) const;
+
void shutdown();
bool initGame();