aboutsummaryrefslogtreecommitdiff
path: root/core/image/common.odin
diff options
context:
space:
mode:
Diffstat (limited to 'core/image/common.odin')
-rw-r--r--core/image/common.odin1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/image/common.odin b/core/image/common.odin
index 75a649e52..28129a6e1 100644
--- a/core/image/common.odin
+++ b/core/image/common.odin
@@ -54,6 +54,7 @@ Image :: struct {
*/
background: Maybe(RGB_Pixel_16),
metadata: Image_Metadata,
+ which: Which_File_Type,
}
Image_Metadata :: union {