X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=laserbrain_demo;a=blobdiff_plain;f=src%2Fopt.h;h=df7ef300feaa9e98e8a3859a7bac01b3d45685d5;hp=176dd61f3202a5f2c20c18e6f976faf3f17f0745;hb=6ef619c6d92c698728576a4ec1c798a0f716d9a4;hpb=c5c29f4044110dd153ee5ca3b018c812d518a053 diff --git a/src/opt.h b/src/opt.h index 176dd61..df7ef30 100644 --- a/src/opt.h +++ b/src/opt.h @@ -5,6 +5,9 @@ struct Options { int width, height; bool vr; bool fullscreen; + const char *scenefile; + bool music; + bool reflect; }; extern Options opt, def_opt;