From 05ce2c58165dc1566c32c6a661d70bad51e3fe15 Mon Sep 17 00:00:00 2001 From: Max-001 Date: Wed, 8 Jan 2025 15:17:45 +0100 Subject: Added shop items --- 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 22c0c43..dbfd0ed 100644 --- a/src/crepe/api/Color.h +++ b/src/crepe/api/Color.h @@ -19,6 +19,7 @@ struct Color { static const Color YELLOW; static const Color BLACK; static const Color GREY; + static const Color GOLD; }; } // namespace crepe -- cgit v1.2.3