From 882e6fc85fcc9ead748bb291f999aa6bfe3e6453 Mon Sep 17 00:00:00 2001 From: nova Date: Sat, 10 May 2025 22:39:14 +0200 Subject: [PATCH] added colors.h to repo --- colors.h | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 colors.h diff --git a/colors.h b/colors.h new file mode 100644 index 0000000..afc22a2 --- /dev/null +++ b/colors.h @@ -0,0 +1,3 @@ +#include "colors.c" + +void colors_init();