move keyhandling from Tree

This commit is contained in:
vrd
2023-11-11 19:09:01 +02:00
parent bc5e5d1deb
commit 06186f51a2
8 changed files with 287 additions and 310 deletions
+2
View File
@@ -1,3 +1,5 @@
#include "tree.hpp"
// Parses tft files to produce a Tree object
Tree parseTftFile(const char* path);