From 8bb9c7ebf9d902774134bc6aa94b0886fbf82933 Mon Sep 17 00:00:00 2001 From: foswret Date: Mon, 10 Nov 2025 23:13:02 -0600 Subject: moved all drawing functions to /include --- include/date.h | 1 + 1 file changed, 1 insertion(+) create mode 100644 include/date.h (limited to 'include/date.h') diff --git a/include/date.h b/include/date.h new file mode 100644 index 0000000..4ff3d32 --- /dev/null +++ b/include/date.h @@ -0,0 +1 @@ +/* date.h: Includes all the functions relating to calculating months, days, etc. */ -- cgit v1.2.3