X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=demo_prior;a=blobdiff_plain;f=src%2Fopt.h;h=1f887527db26bb9b274154ce7ff76f7e6af3b742;hp=bad79973ccec276a5d06f15e9a835b2a658ba118;hb=HEAD;hpb=44a7a61d2bec54ed741930572e63e5015326daca 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;