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