diff options
Diffstat (limited to 'engines/titanic/game_location.h')
-rw-r--r-- | engines/titanic/game_location.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/engines/titanic/game_location.h b/engines/titanic/game_location.h index 94cea799e8..a64a82403b 100644 --- a/engines/titanic/game_location.h +++ b/engines/titanic/game_location.h @@ -54,6 +54,11 @@ public: void load(SimpleFile *file); /** + * Set the current view + */ + void setView(CViewItem *view); + + /** * Get the current view */ CViewItem *getView(); |