added minimum turn option, to discretize turns in VR
[laserbrain_demo] / src / opt.h
index eb81ceb..458dba0 100644 (file)
--- a/src/opt.h
+++ b/src/opt.h
@@ -7,6 +7,9 @@ struct Options {
        bool fullscreen;
        const char *scenefile;
        bool music;
+       bool reflect;
+       const char *data_url;
+       float min_turn;
 };
 
 extern Options opt, def_opt;