diff options
Diffstat (limited to 'src/util/color_palette.h')
| -rw-r--r-- | src/util/color_palette.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/color_palette.h b/src/util/color_palette.h index a71360c..7330135 100644 --- a/src/util/color_palette.h +++ b/src/util/color_palette.h @@ -32,4 +32,4 @@ struct camu_color_palette { extern struct camu_color_palette global_color_palette; -bool camu_color_palette_init(str *path); +bool camu_colors_maybe_init(str *path); |