diff options
Diffstat (limited to 'include/lib/lib.h')
-rw-r--r-- | include/lib/lib.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/lib/lib.h b/include/lib/lib.h index b8db686..8ca17f8 100644 --- a/include/lib/lib.h +++ b/include/lib/lib.h @@ -1,8 +1,8 @@ -#include <stdint.h> - #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; |