X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=vrfileman;a=blobdiff_plain;f=src%2Fopt.h;fp=src%2Fopt.h;h=c0bb5f685eb13039fb19652338fa0ca905ea69cc;hp=0000000000000000000000000000000000000000;hb=b7ea5b1ae3f0f0a5eba13b49e303b49876ee209e;hpb=65fa35533b5f8e26b57a31d5972a7649d71ad684 diff --git a/src/opt.h b/src/opt.h new file mode 100644 index 0000000..c0bb5f6 --- /dev/null +++ b/src/opt.h @@ -0,0 +1,14 @@ +#ifndef OPT_H_ +#define OPT_H_ + +struct Options { + bool vr; + bool srgb; + bool fullscreen; +}; + +extern Options opt; + +bool init_options(int argc, char **argv, const char *cfgfile); + +#endif // OPT_H_