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