aboutsummaryrefslogtreecommitdiff
path: root/engines/cge/cge.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cge/cge.h')
-rw-r--r--engines/cge/cge.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/cge/cge.h b/engines/cge/cge.h
index bd347c6e26..8aff3334a0 100644
--- a/engines/cge/cge.h
+++ b/engines/cge/cge.h
@@ -104,6 +104,7 @@ public:
virtual bool hasFeature(EngineFeature f) const;
virtual bool canLoadGameStateCurrently();
virtual bool canSaveGameStateCurrently();
+ bool isDemo() const;
virtual Common::Error loadGameState(int slot);
virtual Common::Error saveGameState(int slot, const Common::String &desc);