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