Moved SCREEN_W and SCREEN_H to setup.cpp to avoid ppl using them.
[supertux.git] / src / setup.cpp
index 5118cfd..ad6a200 100644 (file)
 #define DATA_PREFIX "./data/"
 #endif
 
+/* Screen proprities: */
+/* Don't use this to test for the actual screen sizes. Use screen->w/h instead! */
+#define SCREEN_W 640
+#define SCREEN_H 480
+
 /* Local function prototypes: */
 
 void seticon(void);