Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 373 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 373 Bytes

dialogue-tree

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.

To-Do

  • Adjust to use smart pointers