X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Fcfgopt.h;h=0c302a6a3c4b0970ca8b793e589bea320e8f7901;hb=3eeca1cc95bdeaf3f6be3fd6064a065e39c08eda;hp=57c41f6cae257fcd696d70b47b83fb71cc5296e4;hpb=0165ec15f868a16a70b56ada2d42db0cb69ea193;p=dosdemo 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;