From d33aeddbfb1510c7a1846067c5512cfb942ccb17 Mon Sep 17 00:00:00 2001 From: tazy Date: Sun, 4 Jan 2026 21:19:13 +0000 Subject: feat(dbg): Add debugging to png.c --- include/tinyff/common.h | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'include/tinyff/common.h') diff --git a/include/tinyff/common.h b/include/tinyff/common.h index d53adae..1fc4efb 100644 --- a/include/tinyff/common.h +++ b/include/tinyff/common.h @@ -5,10 +5,11 @@ #include -// Human readable number types -// NOTE: The only reason I created these was so -// that debugging will be easier -typedef uint8_t ff_byte; +// Flags +typedef bool ff_flag; + +#define FF_ENABLE true +#define FF_DISABLE false // Functions -- cgit v1.2.3