diff options
Diffstat (limited to 'engines/titanic/main_game_window.h')
| -rw-r--r-- | engines/titanic/main_game_window.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/engines/titanic/main_game_window.h b/engines/titanic/main_game_window.h index 78f01b9d79..18c03942ce 100644 --- a/engines/titanic/main_game_window.h +++ b/engines/titanic/main_game_window.h @@ -37,6 +37,7 @@ class TitanicEngine; class CMainGameWindow { private: TitanicEngine *_vm; + int _pendingLoadSlot; /** * Checks for the presence of any savegames and, if present, @@ -98,6 +99,11 @@ public: * Called by the event handler when a mouse event has been generated */ void mouseChanged(); + + /** + * Schedules a savegame to be loaded + */ + void loadGame(int slotId); }; } // End of namespace Titanic |
