summaryrefslogtreecommitdiff
path: root/src/util/color_palette.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/color_palette.h')
-rw-r--r--src/util/color_palette.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util/color_palette.h b/src/util/color_palette.h
index b0cc9f4..5943147 100644
--- a/src/util/color_palette.h
+++ b/src/util/color_palette.h
@@ -28,6 +28,7 @@ enum {
#define CAMU_COLOR_PALETTE_COUNT 18
struct camu_color_palette {
+ bool supplied;
u32 colors[CAMU_COLOR_PALETTE_COUNT];
};