6 lines
84 B
C
6 lines
84 B
C
#include "display.h"
|
|
|
|
const int screen_height = 300;
|
|
const int screen_width = 600;
|
|
|