aboutsummaryrefslogtreecommitdiff
path: root/engines/macventure/macventure.h
diff options
context:
space:
mode:
authorBorja Lorente2016-08-02 13:01:35 +0200
committerBorja Lorente2016-08-14 19:00:36 +0200
commit9ab6ce04a11de0bf5f56a7866a4837c7431cefbe (patch)
treeeb794e21227051c9546901afcf123297709a9666 /engines/macventure/macventure.h
parentb7b4862e4c93898e5a315c672e52df0ea1894cc6 (diff)
downloadscummvm-rg350-9ab6ce04a11de0bf5f56a7866a4837c7431cefbe.tar.gz
scummvm-rg350-9ab6ce04a11de0bf5f56a7866a4837c7431cefbe.tar.bz2
scummvm-rg350-9ab6ce04a11de0bf5f56a7866a4837c7431cefbe.zip
MACVENTURE: Change GUI to accept ScummVM dialogs
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);