1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-21 15:35:07 +00:00
serenity/Userland/Libraries/LibCards
Lenny Maiorani 11b28c88fc Libraries: Use default constructors/destructors in LibCards
https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#cother-other-default-operation-rules

"The compiler is more likely to get the default semantics right and
you cannot implement these functions better than the compiler."
2022-03-10 18:04:26 -08:00
..
Card.cpp Libraries: Use default constructors/destructors in LibCards 2022-03-10 18:04:26 -08:00
Card.h Libraries: Use default constructors/destructors in LibCards 2022-03-10 18:04:26 -08:00
CardStack.cpp LibCards: Support non-alternating colour patience games 2021-06-24 10:32:53 +02:00
CardStack.h AK: Convert AK::Format formatting helpers to returning ErrorOr<void> 2021-11-17 00:21:13 +01:00
CMakeLists.txt Solitaire: Move cards functionality into LibCards 2021-05-21 23:38:18 +02:00