Code cleanup and creation of GuiTree

This commit is contained in:
Keavon Chambers
2020-05-03 01:34:14 -07:00
parent d64d4d881a
commit 38b36ed4c6
4 changed files with 61 additions and 54 deletions
+9
View File
@@ -0,0 +1,9 @@
pub struct GuiTree {
}
impl GuiTree {
pub fn new() -> Self {
Self {}
}
}