ladybird/Userland/Games/Chess
Lenny Maiorani 27c30ca063 Games: Use default constructors/destructors
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-02-16 22:08:55 +00:00
..
ChessWidget.cpp Games: Use default constructors/destructors 2022-02-16 22:08:55 +00:00
ChessWidget.h Games: Use default constructors/destructors 2022-02-16 22:08:55 +00:00
CMakeLists.txt Chess: Add link to help pages in menu 2022-01-13 03:45:17 -08:00
Engine.cpp Everywhere: Pass AK::StringView by value 2021-11-11 01:27:46 +01:00
Engine.h Everywhere: Pass AK::StringView by value 2021-11-11 01:27:46 +01:00
main.cpp LibConfig: Rename pledge_domains(String) => pledge_domain(String) 2022-02-11 18:06:39 +01:00
PromotionDialog.cpp Chess: Don't use Vector in a literal iterator 2022-01-28 23:40:25 +01:00
PromotionDialog.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00