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