diff options
author | Joshua Liu <joshua.liu@sourceobby.com> | 2025-06-19 22:44:23 -0400 |
---|---|---|
committer | Joshua Liu <joshua.liu@sourceobby.com> | 2025-06-19 22:44:23 -0400 |
commit | c49906d9a20cd217e798ab021e7bf812401d7a07 (patch) | |
tree | e438bda2e45ecc156437fd3a3d87c07e85889881 | |
parent | 99fa6fffec2266cf76e998f30b43cc585b9dce38 (diff) |
feat: created functions.c and functions.h, these files will be used to store information and code for functions that are executed when a button is pressed
-rw-r--r-- | functions.c | 1 | ||||
-rw-r--r-- | functions.h | 0 |
2 files changed, 1 insertions, 0 deletions
diff --git a/functions.c b/functions.c new file mode 100644 index 0000000..9097f12 --- /dev/null +++ b/functions.c @@ -0,0 +1 @@ +#include "functions.h" diff --git a/functions.h b/functions.h new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/functions.h |