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