diff options
author | Christian C <cc@localhost> | 2025-03-07 21:58:41 -0800 |
---|---|---|
committer | Christian C <cc@localhost> | 2025-03-07 21:58:41 -0800 |
commit | 0d1f5979dd1d6062af118fae3a1aa1863ea596f2 (patch) | |
tree | 4cb9973682409cbc23cd6c93cb26f14c4702d8ed /lib/lib.c | |
parent | 12a1b2269c64bfbe61490a9a2a8eaa84ec3b41de (diff) |
Library directories
Diffstat (limited to 'lib/lib.c')
-rw-r--r-- | lib/lib.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/lib.c b/lib/lib.c new file mode 100644 index 0000000..c1f26fc --- /dev/null +++ b/lib/lib.c @@ -0,0 +1,4 @@ +#include <lib/lib.h> + +const uint32_t SCREEN_WIDTH = 640; +const uint32_t SCREEN_HEIGHT = 480; |