fixed scale in VR
[vrfileman] / src / fs.h
index 6c7b406..c1b171e 100644 (file)
--- a/src/fs.h
+++ b/src/fs.h
@@ -20,13 +20,14 @@ public:
 
        FSNode *parent;
        std::vector<FSNode*> children;
+       int nfiles, ndirs;
 
        FSNode();
 
        bool expand();
 };
 
-bool init_fs();
+bool init_fs(const char *path = 0);
 void cleanup_fs();
 
 void draw_fs();