diff options
| author | tazy <gardendistrict0x0@outlook.com> | 2026-01-04 21:19:13 +0000 |
|---|---|---|
| committer | tazy <gardendistrict0x0@outlook.com> | 2026-01-04 21:19:13 +0000 |
| commit | d33aeddbfb1510c7a1846067c5512cfb942ccb17 (patch) | |
| tree | 635055db5399af3d9b3e87b5a5241a3886e1090b /include/tinyff/result.h | |
| parent | ab3873609baf282f9158566c8242be2c9b126f5d (diff) | |
feat(dbg): Add debugging to png.c
Diffstat (limited to 'include/tinyff/result.h')
| -rw-r--r-- | include/tinyff/result.h | 7 |
1 files changed, 7 insertions, 0 deletions
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, |
