aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/xeen.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/xeen/xeen.h')
-rw-r--r--engines/xeen/xeen.h15
1 files changed, 10 insertions, 5 deletions
diff --git a/engines/xeen/xeen.h b/engines/xeen/xeen.h
index dfe2c79eec..2ac4ee4ec6 100644
--- a/engines/xeen/xeen.h
+++ b/engines/xeen/xeen.h
@@ -149,11 +149,6 @@ private:
* Plays the actual game
*/
void play();
-
- /**
- * Shows a please wait dialog
- */
- void pleaseWait();
protected:
int _loadSaveSlot;
protected:
@@ -275,6 +270,16 @@ public:
* Saves engine settings
*/
void saveSettings();
+
+ /**
+ * Show an error message in a GUI dialog
+ */
+ void GUIError(const Common::String &msg);
+
+ /**
+ * Checks if an auto save should be done, and if so, takes care of it
+ */
+ void autoSaveCheck(int &lastSaveTime);
};
extern XeenEngine *g_vm;