X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=demo_prior;a=blobdiff_plain;f=src%2Fopt.h;fp=src%2Fopt.h;h=1f887527db26bb9b274154ce7ff76f7e6af3b742;hp=bad79973ccec276a5d06f15e9a835b2a658ba118;hb=2f14a35e7d557da12f24056267b911f24774aa18;hpb=5eefe7b94c8d6c6caa2c10e3835ab0831a3c42a1 diff --git a/src/opt.h b/src/opt.h index bad7997..1f88752 100644 --- a/src/opt.h +++ b/src/opt.h @@ -6,6 +6,7 @@ struct options { int fullscr; int music; int srgb, msaa; + int vsync; }; extern struct options opt;