minor performance improvements, optional mouse, mouse cursor now drawn
[dosdemo] / src / cfgopt.h
index 68a8e9d..5172d20 100644 (file)
@@ -4,7 +4,9 @@
 struct options {
        const char *start_scr;
        int music;
-       int sball;
+       int mouse, sball;
+       int vsync;
+       int dbginfo;
 };
 
 extern struct options opt;