diff options
Diffstat (limited to 'include/tinyff/image')
| -rw-r--r-- | include/tinyff/image/bmp.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/tinyff/image/bmp.h b/include/tinyff/image/bmp.h index 5f7462b..82edff3 100644 --- a/include/tinyff/image/bmp.h +++ b/include/tinyff/image/bmp.h @@ -30,6 +30,9 @@ typedef struct { uint32_t colors_used; uint32_t important_colors; + uint8_t* palette; + + uint8_t* pixels; } ff_bmp_ctx; |
