ladybird/Userland/Libraries/LibCards
Lenny Maiorani a51fce6c0f LibCards+Games: Change name of card type to card suit
Playing cards have a `suit` such as `hearts`/`diamonds`, not a
`type`. Make the internal naming consistent with the way playing cards
are typically named.
2022-03-18 23:49:34 +00:00
..
Card.cpp LibCards+Games: Change name of card type to card suit 2022-03-18 23:49:34 +00:00
Card.h LibCards+Games: Change name of card type to card suit 2022-03-18 23:49:34 +00:00
CardStack.cpp LibCards+Games: Change name of card type to card suit 2022-03-18 23:49:34 +00:00
CardStack.h Libraries: Change enums to enum classes in LibCards 2022-03-18 19:59:43 +01:00
CMakeLists.txt Solitaire: Move cards functionality into LibCards 2021-05-21 23:38:18 +02:00