X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=vrfileman;a=blobdiff_plain;f=src%2Ffs.h;h=0eb72edf7425ff56061e6014d716a2f41288599a;hp=6c7b4069ea377aa7b19a1a3b33dfbd54300312be;hb=eca943b2fb891a01cb4e883c07aad2167a8ac94b;hpb=f6a327e85904bea1ab1ae49ccd521de3a372b68b diff --git a/src/fs.h b/src/fs.h index 6c7b406..0eb72ed 100644 --- a/src/fs.h +++ b/src/fs.h @@ -20,6 +20,7 @@ public: FSNode *parent; std::vector children; + int nfiles, ndirs; FSNode();