diff options
Diffstat (limited to 'engines/titanic/true_talk/tt_node.h')
-rw-r--r-- | engines/titanic/true_talk/tt_node.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/engines/titanic/true_talk/tt_node.h b/engines/titanic/true_talk/tt_node.h index 668b909bd5..f8d1bc6766 100644 --- a/engines/titanic/true_talk/tt_node.h +++ b/engines/titanic/true_talk/tt_node.h @@ -44,6 +44,11 @@ public: void detach(); /** + * Delete any sibling chain attached to this node + */ + void deleteSiblings(); + + /** * Returns the final node at the end of the linked list of nodes */ TTnode *getTail(); |