diff options
author | Max-001 <maxsmits21@kpnmail.nl> | 2025-01-08 15:17:45 +0100 |
---|---|---|
committer | Max-001 <maxsmits21@kpnmail.nl> | 2025-01-08 15:17:45 +0100 |
commit | 05ce2c58165dc1566c32c6a661d70bad51e3fe15 (patch) | |
tree | f7c91a07cb7ea1c5c91be7c02641c7355a4eac5b /src/crepe/api/Color.h | |
parent | c12366610c4d8732362d602864e805575b31a9d2 (diff) |
Added shop items
Diffstat (limited to 'src/crepe/api/Color.h')
-rw-r--r-- | src/crepe/api/Color.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 |