aboutsummaryrefslogtreecommitdiff
path: root/engines/macventure/gui.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/macventure/gui.h')
-rw-r--r--engines/macventure/gui.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/engines/macventure/gui.h b/engines/macventure/gui.h
index 7d1a08aa5b..185171f6b9 100644
--- a/engines/macventure/gui.h
+++ b/engines/macventure/gui.h
@@ -157,9 +157,10 @@ public:
void setTextInput(Common::String str);
void closeDialog();
- // TODO: Currently unused, we are using ScummVM dialogs instead.
- void loadGame(int slot);
- void saveInto(int slot);
+ void loadGame();
+ void saveGame();
+ void newGame();
+ void quitGame();
void createInnerSurface(Graphics::ManagedSurface *innerSurface, Graphics::ManagedSurface *outerSurface, const BorderBounds &borders);