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