aboutsummaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorJack Jamison <jackqjamison@gmail.com>2025-10-17 19:58:35 -0400
committerJack Jamison <jackqjamison@gmail.com>2025-10-17 19:59:26 -0400
commit42af50b090f03e920368de3fd6872cf5b62c918e (patch)
treedc032a7e20f35e96b45fec80b3287ade868af6b8 /config.h
parent3e6eeaaf599f1082c02279bb9269de9644cdfab3 (diff)
fix spacing and sizing and shit
Diffstat (limited to 'config.h')
-rw-r--r--config.h8
1 files changed, 8 insertions, 0 deletions
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 <stdint.h>
+
+const uint32_t min_width = 600;
+
+#endif