optionally source assets from URL
[laserbrain_demo] / src / opt.h
index e173545..68a87ab 100644 (file)
--- a/src/opt.h
+++ b/src/opt.h
@@ -6,6 +6,9 @@ struct Options {
        bool vr;
        bool fullscreen;
        const char *scenefile;
+       bool music;
+       bool reflect;
+       const char *data_url;
 };
 
 extern Options opt, def_opt;