SDL backend shifted key translation
[dosdemo] / src / cfgopt.h
index 7051501..0c302a6 100644 (file)
@@ -4,6 +4,9 @@
 struct options {
        const char *start_scr;
        int music;
+       int sball;
+       int vsync;
+       int dbginfo;
 };
 
 extern struct options opt;