- added libdrawtext
[demo_prior] / src / opt.h
index bad7997..1f88752 100644 (file)
--- 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;