1 2 3 4 5 6 7 8 9
#ifndef INC_LIB_LIB_H #define INC_LIB_LIB_H #include <stdint.h> extern const uint32_t SCREEN_WIDTH; extern const uint32_t SCREEN_HEIGHT; #endif