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