diff options
| author | TazyFoundSoup <gardendistrict0x0@outlook.com> | 2026-04-03 18:33:22 +1100 |
|---|---|---|
| committer | TazyFoundSoup <gardendistrict0x0@outlook.com> | 2026-04-03 18:33:22 +1100 |
| commit | bd41a3392fec2f3cf7a23707a4604c78fcc1fac8 (patch) | |
| tree | 8239dfeef65a4ca89ddbdeb810e304485d901fdb /include | |
| parent | ca214e6cd61a6f035d18ae7e96e6d63064b22859 (diff) | |
feat(result): AddBMP invalid signature result
Diffstat (limited to 'include')
| -rw-r--r-- | include/tinyff/result.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/tinyff/result.h b/include/tinyff/result.h index 7609f59..f15af1b 100644 --- a/include/tinyff/result.h +++ b/include/tinyff/result.h @@ -31,6 +31,7 @@ typedef enum { FF_RESULT_ERROR_INVALID_PNG_SIGNATURE, // BMP + FF_RESULT_ERROR_INVALID_BMP_SIGNATURE, FF_RESULT_ERROR_INVALID_BMP_HEADER, // Archive (more general archives terms) |
