aboutsummaryrefslogtreecommitdiff
path: root/engines/touche/touche.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/touche/touche.h')
-rw-r--r--engines/touche/touche.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/touche/touche.h b/engines/touche/touche.h
index 707eedbb38..a5ff67dcc9 100644
--- a/engines/touche/touche.h
+++ b/engines/touche/touche.h
@@ -361,8 +361,10 @@ public:
ToucheEngine(OSystem *system, Common::Language language);
virtual ~ToucheEngine();
+ // Engine APIs
virtual int init();
virtual int go();
+ virtual bool hasFeature(EngineFeature f) const;
virtual void syncSoundSettings();
protected: