documented (nearly) ever class

This commit is contained in:
itsmattkc
2019-07-06 23:32:01 -05:00
parent a9ff2389e6
commit 5e3c2fb7e4
43 changed files with 284 additions and 62 deletions
+5
View File
@@ -31,3 +31,8 @@ Item::Type Folder::type() const
{
return kFolder;
}
bool Folder::CanHaveChildren() const
{
return true;
}