- committed patch from Richard Smith
[supertux.git] / src / misc.h
index 0fba8c7..c95cb91 100644 (file)
@@ -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);