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