- only enable sRGB if we got an sRGB framebuffer.
[laserbrain_demo] / src / opt.h
index 176dd61..eb81ceb 100644 (file)
--- a/src/opt.h
+++ b/src/opt.h
@@ -5,6 +5,8 @@ struct Options {
        int width, height;
        bool vr;
        bool fullscreen;
+       const char *scenefile;
+       bool music;
 };
 
 extern Options opt, def_opt;