11 lines
91 B
C++
11 lines
91 B
C++
#include "project.h"
|
|
|
|
Project::Project()
|
|
{
|
|
}
|
|
|
|
Folder *Project::root()
|
|
{
|
|
return &root_;
|
|
}
|