Files
oak-editor/app/project/project.cpp
T

11 lines
91 B
C++

#include "project.h"
Project::Project()
{
}
Folder *Project::root()
{
return &root_;
}