This repository contains classes for implementing a dialogue tree data structure. All source files are located in the src folder.
An example implementation is provided in sample.cpp. In the example code, comments beginning with a triple slash (///) are meant to explain the usage of the DialogueTree class.
- Adjust to use smart pointers