1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-11 02:13:56 +09:00
ladybird/Userland/Libraries/LibCards
Sam Atkins 6ef0504a42 LibCards+Games: Make CardGame responsible for managing CardStacks
Just moving some code around really.
2022-10-10 16:16:01 +01:00
..
Card.cpp LibCards+Games: Move "create a deck" logic to LibCards 2022-10-10 16:16:01 +01:00
Card.h LibCards+Games: Move "create a deck" logic to LibCards 2022-10-10 16:16:01 +01:00
CardGame.cpp LibCards+Games: Make CardGame responsible for managing CardStacks 2022-10-10 16:16:01 +01:00
CardGame.h LibCards+Games: Make CardGame responsible for managing CardStacks 2022-10-10 16:16:01 +01:00
CardPainter.cpp LibCards: Remove card-back-image scaling 2022-08-22 12:50:41 +02:00
CardPainter.h LibCards: Make the card back image configurable 2022-08-22 12:50:41 +02:00
CardStack.cpp LibCards+Games: Replace card "value" int with a Rank enum 2022-08-22 12:50:41 +02:00
CardStack.h Everywhere: Add sv suffix to strings relying on StringView(char const*) 2022-07-12 23:11:35 +02:00
CMakeLists.txt LibCards: Centralise card bitmap creation 2022-08-22 12:50:41 +02:00