aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game_manager.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/game_manager.h')
-rw-r--r--engines/titanic/game_manager.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/engines/titanic/game_manager.h b/engines/titanic/game_manager.h
index 129ce6b175..4808b260b7 100644
--- a/engines/titanic/game_manager.h
+++ b/engines/titanic/game_manager.h
@@ -82,6 +82,11 @@ public:
~CGameManager();
/**
+ * Destroys and allocated tree item
+ */
+ void destroyTreeItem();
+
+ /**
* Save data to a save file
*/
void save(SimpleFile *file);