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/result.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'include/tinyff/result.h') diff --git a/include/tinyff/result.h b/include/tinyff/result.h index 9b17d4a..daea32e 100644 --- a/include/tinyff/result.h +++ b/include/tinyff/result.h @@ -2,8 +2,15 @@ #define RESULT_H typedef enum { + // -- SUCCESS -- FF_RESULT_OK = 0, + // -- WARNINGS -- + FF_RESULT_WARN_DEBUG_DISABLED, + FF_RESULT_WARN_NO_IMPL, + + // -- ERRORS -- + // File FF_RESULT_ERROR_INVALID_FILE_SIGNITURE, FF_RESULT_ERROR_INVALID_FILE, -- cgit v1.2.3