aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/core/view_item.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/core/view_item.h')
-rw-r--r--engines/titanic/core/view_item.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/engines/titanic/core/view_item.h b/engines/titanic/core/view_item.h
index 106c795773..632c8e7358 100644
--- a/engines/titanic/core/view_item.h
+++ b/engines/titanic/core/view_item.h
@@ -57,6 +57,11 @@ public:
* Get the resource key for the view
*/
bool getResourceKey(CResourceKey *key);
+
+ /**
+ * Called when changing from one view to another
+ */
+ void viewChange(CViewItem *newView);
};
} // End of namespace Titanic