porting the demo to miniglut
[dosdemo] / src / cfgopt.h
index 68a8e9d..9fc8c36 100644 (file)
@@ -4,7 +4,12 @@
 struct options {
        const char *start_scr;
        int music;
-       int sball;
+       int mouse, sball;
+       int vsync;
+       int dbginfo;
+#ifndef MSDOS
+       int fullscreen;
+#endif
 };
 
 extern struct options opt;