X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=vrfileman;a=blobdiff_plain;f=src%2Fopt.h;h=8f7d96430074f4b406d5f0cc02deb189faceeb52;hp=c0bb5f685eb13039fb19652338fa0ca905ea69cc;hb=20f18dc9afa4e7a9efb6253edce231f664d14215;hpb=b7ea5b1ae3f0f0a5eba13b49e303b49876ee209e diff --git a/src/opt.h b/src/opt.h index c0bb5f6..8f7d964 100644 --- a/src/opt.h +++ b/src/opt.h @@ -2,12 +2,14 @@ #define OPT_H_ struct Options { + int width, height; bool vr; bool srgb; bool fullscreen; + const char *path; }; -extern Options opt; +extern Options opt, def_opt; bool init_options(int argc, char **argv, const char *cfgfile);