summaryrefslogtreecommitdiff
path: root/include/tinyff/common.h
diff options
context:
space:
mode:
authortazy <gardendistrict0x0@outlook.com>2026-01-04 21:19:13 +0000
committertazy <gardendistrict0x0@outlook.com>2026-01-04 21:19:13 +0000
commitd33aeddbfb1510c7a1846067c5512cfb942ccb17 (patch)
tree635055db5399af3d9b3e87b5a5241a3886e1090b /include/tinyff/common.h
parentab3873609baf282f9158566c8242be2c9b126f5d (diff)
feat(dbg): Add debugging to png.c
Diffstat (limited to 'include/tinyff/common.h')
-rw-r--r--include/tinyff/common.h9
1 files changed, 5 insertions, 4 deletions
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 <stdint.h>
-// 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