diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/lib/lib.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/include/lib/lib.h b/include/lib/lib.h new file mode 100644 index 0000000..b8db686 --- /dev/null +++ b/include/lib/lib.h @@ -0,0 +1,9 @@ +#include <stdint.h> + +#ifndef INC_LIB_LIB_H +#define INC_LIB_LIB_H + +extern const uint32_t SCREEN_WIDTH; +extern const uint32_t SCREEN_HEIGHT; + +#endif |