Files
2026-03-26 14:46:39 -05:00

9 lines
109 B
C

#ifndef display_h
#define display_h
extern const int screen_width;
extern const int screen_height;
#endif