aboutsummaryrefslogtreecommitdiff
path: root/engines/macventure/macventure.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/macventure/macventure.h')
-rw-r--r--engines/macventure/macventure.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/macventure/macventure.h b/engines/macventure/macventure.h
index 28eb8e42ff..3e6f7c02ce 100644
--- a/engines/macventure/macventure.h
+++ b/engines/macventure/macventure.h
@@ -181,7 +181,11 @@ public:
MacVentureEngine(OSystem *syst, const ADGameDescription *gameDesc);
~MacVentureEngine();
+ virtual bool hasFeature(EngineFeature f) const;
+
virtual Common::Error run();
+
+ bool scummVMSaveLoadDialog(bool isSave);
virtual Common::Error loadGameState(int slot);
virtual Common::Error saveGameState(int slot, const Common::String &desc);