aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/mads.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/mads/mads.h')
-rw-r--r--engines/mads/mads.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/engines/mads/mads.h b/engines/mads/mads.h
index f13b3b9008..8a4b7f64d1 100644
--- a/engines/mads/mads.h
+++ b/engines/mads/mads.h
@@ -129,6 +129,12 @@ public:
* Returns true if it is currently okay to save the game
*/
bool canSaveGameStateCurrently();
+
+ /**
+ * Support method that generates a savegame name
+ * @param slot Slot number
+ */
+ Common::String generateSaveName(int slot);
};
} // End of namespace MADS