1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-10-18 07:12:07 +00:00
serenity/Userland/Games/Minesweeper
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
..
CMakeLists.txt Minesweeper: Add link to help pages in menu 2022-01-13 03:45:17 -08:00
CustomGameDialog.cpp Games: Use default constructors/destructors 2022-02-16 22:08:55 +00:00
CustomGameDialog.h Games: Use default constructors/destructors 2022-02-16 22:08:55 +00:00
Field.cpp Games: Use default constructors/destructors 2022-02-16 22:08:55 +00:00
Field.h Games: Use default constructors/destructors 2022-02-16 22:08:55 +00:00
main.cpp LibConfig: Rename pledge_domains(String) => pledge_domain(String) 2022-02-11 18:06:39 +01:00
MinesweeperCustomGameWindow.gml Userland: Run gml-format 2022-02-13 02:36:35 +02:00