diff options
author | Christian C <cc@localhost> | 2025-03-02 18:43:40 -0800 |
---|---|---|
committer | Christian C <cc@localhost> | 2025-03-02 18:43:40 -0800 |
commit | 0f1d49179b5ff51bc3f00e4527c4010f09440b25 (patch) | |
tree | dd478ac8defca11ff76569b565b1949d47099286 /include/lib/lib.h | |
parent | a2daed4f50ffa8142b25cd040a1f25283fa88ace (diff) |
Iteration 1
Diffstat (limited to 'include/lib/lib.h')
-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 |