From 92cc2a7bc8f844a49b7e43840282ca6c57a7a80b Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sat, 28 Jun 2014 22:40:25 -0400 Subject: MADS: Create savegame thumbnail from scenes before opening in-game dialogs --- engines/mads/game.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'engines/mads/game.h') diff --git a/engines/mads/game.h b/engines/mads/game.h index 08cd7e7843..1a61fc8ac8 100644 --- a/engines/mads/game.h +++ b/engines/mads/game.h @@ -82,6 +82,7 @@ protected: int _lastSave; Common::String _saveName; Common::InSaveFile *_saveFile; + Graphics::Surface *_saveThumb; /** * Constructor @@ -226,6 +227,11 @@ public: * Read in a savegame header */ static bool readSavegameHeader(Common::InSaveFile *in, MADSSavegameHeader &header); + + /** + * Creates a temporary thumbnail for use in saving games + */ + void createThumbnail(); }; } // End of namespace MADS -- cgit v1.2.3