porting the demo to miniglut
[dosdemo] / src / cfgopt.h
index 5172d20..9fc8c36 100644 (file)
@@ -7,6 +7,9 @@ struct options {
        int mouse, sball;
        int vsync;
        int dbginfo;
+#ifndef MSDOS
+       int fullscreen;
+#endif
 };
 
 extern struct options opt;