aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game_location.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/game_location.h')
-rw-r--r--engines/titanic/game_location.h5
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();