X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=dosdemo;a=blobdiff_plain;f=src%2Fcfgopt.h;h=5172d20a19a881258a292e2c06e4128d0edcf5b3;hp=7051501fd8bf5e50da12878e76d45a8440e349bd;hb=42675cece161caf9c65b1c944df2df4b1aacec81;hpb=493e590908a39324651cd2c81323e6969c0b4c4f diff --git a/src/cfgopt.h b/src/cfgopt.h index 7051501..5172d20 100644 --- a/src/cfgopt.h +++ b/src/cfgopt.h @@ -4,6 +4,9 @@ struct options { const char *start_scr; int music; + int mouse, sball; + int vsync; + int dbginfo; }; extern struct options opt;