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