fixed scale in VR
[vrfileman] / src / opt.h
index c0bb5f6..d47d8e3 100644 (file)
--- a/src/opt.h
+++ b/src/opt.h
@@ -2,9 +2,11 @@
 #define OPT_H_
 
 struct Options {
+       int width, height;
        bool vr;
        bool srgb;
        bool fullscreen;
+       const char *path;
 };
 
 extern Options opt;