From 42af50b090f03e920368de3fd6872cf5b62c918e Mon Sep 17 00:00:00 2001 From: Jack Jamison Date: Fri, 17 Oct 2025 19:58:35 -0400 Subject: fix spacing and sizing and shit --- config.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 config.h (limited to 'config.h') diff --git a/config.h b/config.h new file mode 100644 index 0000000..3f304d5 --- /dev/null +++ b/config.h @@ -0,0 +1,8 @@ +#ifndef CONFIG_H_ +#define CONFIG_H_ + +#include + +const uint32_t min_width = 600; + +#endif -- cgit v1.2.3