Files
enter_the_fog/source_code/display_module/display/display.h
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