diff options
| author | 2026-07-02 17:52:27 -0400 | |
|---|---|---|
| committer | 2026-07-02 17:52:27 -0400 | |
| commit | 34933b7e1d682e67702999270cd3ceec0e167316 (patch) | |
| tree | a6777f793fe658ad0facb85876e41cb66dbec2c2 /src/util/color_palette.h | |
| parent | ef3f687db0f53f026e808c4284e084255c9e9dd5 (diff) | |
| download | camu-34933b7e1d682e67702999270cd3ceec0e167316.tar.gz camu-34933b7e1d682e67702999270cd3ceec0e167316.tar.bz2 camu-34933b7e1d682e67702999270cd3ceec0e167316.zip | |
Update deps, build fixes, cleanup
Signed-off-by: Andrew Opalach <andrew@akon.city>
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); |