aboutsummaryrefslogtreecommitdiff
path: root/include/cru/platform
diff options
context:
space:
mode:
Diffstat (limited to 'include/cru/platform')
-rw-r--r--include/cru/platform/Color.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/cru/platform/Color.hpp b/include/cru/platform/Color.hpp
index d1a9b678..efa02848 100644
--- a/include/cru/platform/Color.hpp
+++ b/include/cru/platform/Color.hpp
@@ -30,6 +30,9 @@ struct Color {
return result;
}
+ std::string ToUtf8String() const;
+ std::u16string ToString() const;
+
std::uint8_t red;
std::uint8_t green;
std::uint8_t blue;