9 lines
109 B
C
9 lines
109 B
C
#ifndef display_h
|
|
#define display_h
|
|
|
|
extern const int screen_width;
|
|
extern const int screen_height;
|
|
|
|
|
|
#endif
|