From fed89f67432afde26d88d0ed41d3e68a93869e58 Mon Sep 17 00:00:00 2001 From: JAROWMR Date: Sun, 5 Jan 2025 20:42:20 +0100 Subject: added grey color --- src/crepe/api/Color.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/crepe/api/Color.h') diff --git a/src/crepe/api/Color.h b/src/crepe/api/Color.h index 84edb5c..22c0c43 100644 --- a/src/crepe/api/Color.h +++ b/src/crepe/api/Color.h @@ -18,6 +18,7 @@ struct Color { static const Color MAGENTA; static const Color YELLOW; static const Color BLACK; + static const Color GREY; }; } // namespace crepe -- cgit v1.2.3