wrote viewmodel model for project browsing

This commit is contained in:
itsmattkc
2019-06-21 11:51:50 -07:00
parent b6173a2c0d
commit 459ad13eda
19 changed files with 486 additions and 16 deletions
+4
View File
@@ -2,5 +2,9 @@
Project::Project()
{
}
Folder *Project::root()
{
return &root_;
}