diff options
| author | TazyFoundSoup <gardendistrict0x0@outlook.com> | 2026-03-28 16:29:40 +1100 |
|---|---|---|
| committer | TazyFoundSoup <gardendistrict0x0@outlook.com> | 2026-03-28 16:30:38 +1100 |
| commit | 0fc6e368cb93c098933633d358479a0b5a255549 (patch) | |
| tree | 97a12c47c1b111d29f92956fae419f558be32f40 /include/tinyff/tinyff.h | |
| parent | 21e38c781e9d9b392d3e07371b49fae709c0fec3 (diff) | |
feat(bmp): Set ff_bmp_ctx file size to buffer location after the
signiture
Diffstat (limited to 'include/tinyff/tinyff.h')
| -rw-r--r-- | include/tinyff/tinyff.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/tinyff/tinyff.h b/include/tinyff/tinyff.h index 51298ef..52d3f03 100644 --- a/include/tinyff/tinyff.h +++ b/include/tinyff/tinyff.h @@ -4,6 +4,7 @@ #include "common.h" #include "stream.h" + typedef struct { // Debug settings ff_stream* ff_debug_stream; |
