- fixed bug in mirror matching
[laserbrain_demo] / src / opt.h
index 176dd61..df7ef30 100644 (file)
--- a/src/opt.h
+++ b/src/opt.h
@@ -5,6 +5,9 @@ struct Options {
        int width, height;
        bool vr;
        bool fullscreen;
+       const char *scenefile;
+       bool music;
+       bool reflect;
 };
 
 extern Options opt, def_opt;