]> git.sesse.net Git - ccbs/blob - bigscreen/resolution.h
Replace 800x600 width a resolution from a .h file. Lots of positions are still hardco...
[ccbs] / bigscreen / resolution.h
1 #ifndef _RESOLUTION_H
2 #define _RESOLUTION_H 1
3
4 #define SCREEN_WIDTH 800
5 #define SCREEN_HEIGHT 600
6
7 #endif /* !defined(_RESOLUTION_H) */