X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=laserbrain_demo;a=blobdiff_plain;f=src%2Fopt.h;h=df7ef300feaa9e98e8a3859a7bac01b3d45685d5;hp=eb81ceb90268b7db6c8805529652d9e9d8370477;hb=6ef619c6d92c698728576a4ec1c798a0f716d9a4;hpb=8b3ce77b133bbac9979e75a6c88f6b86559d2705 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;