world's saddest console
[dosdemo] / src / cfgopt.h
index 68a8e9d..0c302a6 100644 (file)
@@ -5,6 +5,8 @@ struct options {
        const char *start_scr;
        int music;
        int sball;
+       int vsync;
+       int dbginfo;
 };
 
 extern struct options opt;