X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=dosdemo;a=blobdiff_plain;f=src%2Fcfgopt.h;h=9fc8c36bb25d973cca4e8db772dfad17dade24f2;hp=0c302a6a3c4b0970ca8b793e589bea320e8f7901;hb=67c749060592270c9cd8b4f7dafe7d7c7a61a614;hpb=c912e59b898fe1ac461a1468e4a2e1937de286d7 diff --git a/src/cfgopt.h b/src/cfgopt.h index 0c302a6..9fc8c36 100644 --- a/src/cfgopt.h +++ b/src/cfgopt.h @@ -4,9 +4,12 @@ struct options { const char *start_scr; int music; - int sball; + int mouse, sball; int vsync; int dbginfo; +#ifndef MSDOS + int fullscreen; +#endif }; extern struct options opt;