X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Fopt.h;fp=src%2Fopt.h;h=e1735453bf9ea5d14d6833ff33a193ed932bfc3f;hb=9802d969be55668e4dcc10fe427b0dcdeb6302be;hp=176dd61f3202a5f2c20c18e6f976faf3f17f0745;hpb=13c9481b0430d0bf6fc50b0952bcd81229022abc;p=laserbrain_demo diff --git a/src/opt.h b/src/opt.h index 176dd61..e173545 100644 --- a/src/opt.h +++ b/src/opt.h @@ -5,6 +5,7 @@ struct Options { int width, height; bool vr; bool fullscreen; + const char *scenefile; }; extern Options opt, def_opt;