expanded the build instructions in the README
[dosdemo] / src / cfgopt.h
index 7051501..57c41f6 100644 (file)
@@ -4,6 +4,8 @@
 struct options {
        const char *start_scr;
        int music;
+       int sball;
+       int vsync;
 };
 
 extern struct options opt;