X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=dosdemo;a=blobdiff_plain;f=src%2Fcfgopt.h;h=2bbaffb8e92439a46f6de60267a29afe0a7af70a;hp=9fc8c36bb25d973cca4e8db772dfad17dade24f2;hb=b2c24e9d5b637bb78d18a377d9957c07d0759030;hpb=67c749060592270c9cd8b4f7dafe7d7c7a61a614 diff --git a/src/cfgopt.h b/src/cfgopt.h index 9fc8c36..2bbaffb 100644 --- a/src/cfgopt.h +++ b/src/cfgopt.h @@ -1,6 +1,15 @@ #ifndef CFGOPT_H_ #define CFGOPT_H_ +#ifndef MSDOS +enum { + SCALER_NEAREST, + SCALER_LINEAR, + + NUM_SCALERS +}; +#endif + struct options { const char *start_scr; int music; @@ -9,6 +18,7 @@ struct options { int dbginfo; #ifndef MSDOS int fullscreen; + int scaler; #endif };