X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=dosdemo;a=blobdiff_plain;f=src%2Fcfgopt.h;h=0c302a6a3c4b0970ca8b793e589bea320e8f7901;hp=57c41f6cae257fcd696d70b47b83fb71cc5296e4;hb=efaf4df9a6d3fed46b7ef7f568eb47e43c16462e;hpb=0165ec15f868a16a70b56ada2d42db0cb69ea193 diff --git a/src/cfgopt.h b/src/cfgopt.h index 57c41f6..0c302a6 100644 --- a/src/cfgopt.h +++ b/src/cfgopt.h @@ -6,6 +6,7 @@ struct options { int music; int sball; int vsync; + int dbginfo; }; extern struct options opt;