diff options
Diffstat (limited to 'Userland/Libraries/LibCards/Card.h')
-rw-r--r-- | Userland/Libraries/LibCards/Card.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Userland/Libraries/LibCards/Card.h b/Userland/Libraries/LibCards/Card.h index eaafe68863..fbe0353d9e 100644 --- a/Userland/Libraries/LibCards/Card.h +++ b/Userland/Libraries/LibCards/Card.h @@ -23,6 +23,7 @@ public: static constexpr int width = 80; static constexpr int height = 100; static constexpr int card_count = 13; + static constexpr int card_radius = 5; static constexpr Array<StringView, card_count> labels = { "A", "2", "3", "4", "5", "6", "7", "8", "9", "10", "J", "Q", "K" }; |