X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=laserbrain_demo;a=blobdiff_plain;f=src%2Fopt.h;h=68a87abc8fb948b458f802c0c579d0951115b4e3;hp=df7ef300feaa9e98e8a3859a7bac01b3d45685d5;hb=3ee6226e6c7110280b4cc05a9c776eed3bfe6555;hpb=7520305c1ff271845cfbb2d824cf6d4a664442dc diff --git a/src/opt.h b/src/opt.h index df7ef30..68a87ab 100644 --- 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;