diff options
Diffstat (limited to 'engines/titanic/game_manager.h')
-rw-r--r-- | engines/titanic/game_manager.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/engines/titanic/game_manager.h b/engines/titanic/game_manager.h index 51e1c3dd8f..610c438cfa 100644 --- a/engines/titanic/game_manager.h +++ b/engines/titanic/game_manager.h @@ -192,6 +192,12 @@ public: void inc54() { ++_field54; } void dec54() { --_field54; } + + /** + * Extends the bounds of the currently affected game display area + * to include the passed rect + */ + void extendBounds(const Rect &r); }; } // End of namespace Titanic |