7 lines
97 B
C
7 lines
97 B
C
|
#ifndef CONSTANTSH
|
||
|
#define CONSTANTSH
|
||
|
|
||
|
#define SCREEN_WIDTH 240
|
||
|
#define SCREEN_HEIGHT 360
|
||
|
|
||
|
#endif
|