From f953c730af2b90db99f709258c5d5e50fdcaadf7 Mon Sep 17 00:00:00 2001 From: BossCode45 Date: Fri, 27 Jun 2025 14:54:46 +1200 Subject: Initial commit Bringing a lot of stuff over from my maze-reader project in an attempt to split the image reading code off into a library. --- src/debug.h | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/debug.h (limited to 'src/debug.h') diff --git a/src/debug.h b/src/debug.h new file mode 100644 index 0000000..356b6cb --- /dev/null +++ b/src/debug.h @@ -0,0 +1,3 @@ +#pragma once + +#define DEBUG(X) -- cgit v1.2.3