summaryrefslogtreecommitdiff
path: root/include/tinyff
diff options
context:
space:
mode:
Diffstat (limited to 'include/tinyff')
-rw-r--r--include/tinyff/image/bmp.h3
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;