diff options
Diffstat (limited to 'engines/mads/mads.h')
-rw-r--r-- | engines/mads/mads.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/engines/mads/mads.h b/engines/mads/mads.h index 8a4b7f64d1..9acd469d27 100644 --- a/engines/mads/mads.h +++ b/engines/mads/mads.h @@ -135,6 +135,16 @@ public: * @param slot Slot number */ Common::String generateSaveName(int slot); + + /** + * Handles loading a game via the GMM + */ + virtual Common::Error loadGameState(int slot); + + /** + * Handles saving the game via the GMM + */ + virtual Common::Error saveGameState(int slot, const Common::String &desc); }; } // End of namespace MADS |