From bd41a3392fec2f3cf7a23707a4604c78fcc1fac8 Mon Sep 17 00:00:00 2001 From: TazyFoundSoup Date: Fri, 3 Apr 2026 18:33:22 +1100 Subject: feat(result): AddBMP invalid signature result --- include/tinyff/result.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/tinyff') 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) -- cgit v1.2.3