X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=laserbrain_demo;a=blobdiff_plain;f=src%2Fopt.h;h=eb81ceb90268b7db6c8805529652d9e9d8370477;hp=e1735453bf9ea5d14d6833ff33a193ed932bfc3f;hb=8b3ce77b133bbac9979e75a6c88f6b86559d2705;hpb=fb11663a3654acd0132e71e5652e35b0ea72d544 diff --git a/src/opt.h b/src/opt.h index e173545..eb81ceb 100644 --- a/src/opt.h +++ b/src/opt.h @@ -6,6 +6,7 @@ struct Options { bool vr; bool fullscreen; const char *scenefile; + bool music; }; extern Options opt, def_opt;