X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=vrfileman;a=blobdiff_plain;f=src%2Fopt.h;h=d47d8e36913c84483c23c8682d191cf75874d799;hp=c0bb5f685eb13039fb19652338fa0ca905ea69cc;hb=f737a4688a44fa05c9a5ea7919819437fae85ae1;hpb=b7ea5b1ae3f0f0a5eba13b49e303b49876ee209e diff --git a/src/opt.h b/src/opt.h index c0bb5f6..d47d8e3 100644 --- a/src/opt.h +++ b/src/opt.h @@ -2,9 +2,11 @@ #define OPT_H_ struct Options { + int width, height; bool vr; bool srgb; bool fullscreen; + const char *path; }; extern Options opt;