fixed scale in VR
[vrfileman] / src / fs.h
index 0eb72ed..c1b171e 100644 (file)
--- a/src/fs.h
+++ b/src/fs.h
@@ -27,7 +27,7 @@ public:
        bool expand();
 };
 
-bool init_fs();
+bool init_fs(const char *path = 0);
 void cleanup_fs();
 
 void draw_fs();