Make util function available + improve VTag

This commit is contained in:
Vyn 2025-06-26 10:11:53 +02:00
parent 9592f1b18d
commit 0fa6be0b1a
Signed by: vyn
GPG key ID: E1B2BE34E7A971E7
2 changed files with 15 additions and 3 deletions

View file

@ -27,4 +27,6 @@ struct Palette {
std::optional<Palette> parseJson(const std::string &path);
Color hexStringToColor(const std::string &hexString);
} // namespace selenite