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