X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fmisc.h;h=c95cb9151c0691ff921707472ffa9d43b7eb7223;hb=e4db6eb50cd6bcba607858b5e6c4c5d53531ed1f;hp=0fba8c7927476a651c8bd711f52bee3b7149de02;hpb=361c04772c1edc35e5c58c00489d77068560b546;p=supertux.git diff --git a/src/misc.h b/src/misc.h index 0fba8c792..c95cb9151 100644 --- a/src/misc.h +++ b/src/misc.h @@ -43,7 +43,12 @@ enum OptionsMenuIDs { MNID_MUSIC, MNID_SHOWFPS }; - + +/* Screen proprities: */ +/* Don't use this to test for the actual screen sizes. Use screen->w/h instead! */ +#define SCREEN_W 800 +#define SCREEN_H 600 + /* Handle changes made to global settings in the options menu. */ void process_options_menu(void);