serenity/Userland/Games/2048
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
..
BoardView.cpp Games: Use default constructors/destructors 2022-02-16 22:08:55 +00:00
BoardView.h Games: Use default constructors/destructors 2022-02-16 22:08:55 +00:00
CMakeLists.txt 2048: Add link to help pages in menu 2022-01-13 03:45:17 -08:00
Game.cpp 2048: Let user decide if he wants to continue the game 2021-10-05 13:27:57 +03:30
Game.h 2048: Let user decide if he wants to continue the game 2021-10-05 13:27:57 +03:30
GameSizeDialog.cpp AK: Move integral log2 and exp to IntegerMath.h 2022-02-06 17:52:33 +00:00
GameSizeDialog.h 2048: Do not default to only temporarily applying settings changes 2021-05-18 16:48:39 +02:00
main.cpp LibConfig: Rename pledge_domains(String) => pledge_domain(String) 2022-02-11 18:06:39 +01:00