proper gamepad control
[laserbrain_demo] / src / opt.h
index 176dd61..e173545 100644 (file)
--- a/src/opt.h
+++ b/src/opt.h
@@ -5,6 +5,7 @@ struct Options {
        int width, height;
        bool vr;
        bool fullscreen;
+       const char *scenefile;
 };
 
 extern Options opt, def_opt;