serenity/Userland/Games/Minesweeper
Vitaly Dyachkov 32b8795091 LibConfig: Rename pledge_domains(String) => pledge_domain(String)
pledge_domains() that takes only one String argument was specifically
added as a shortcut for pledging a single domain. So, it makes sense to
use singular here.
2022-02-11 18:06:39 +01:00
..
CMakeLists.txt Minesweeper: Add link to help pages in menu 2022-01-13 03:45:17 -08:00
CustomGameDialog.cpp Minesweeper: Create field from Difficulty enum 2021-11-15 14:05:03 +00:00
CustomGameDialog.h Minesweeper: Add "Custom game..." difficulty 2021-11-14 23:52:55 +00:00
Field.cpp Minesweeper: Create field from Difficulty enum 2021-11-15 14:05:03 +00:00
Field.h Minesweeper: Create field from Difficulty enum 2021-11-15 14:05:03 +00:00
main.cpp LibConfig: Rename pledge_domains(String) => pledge_domain(String) 2022-02-11 18:06:39 +01:00
MinesweeperCustomGameWindow.gml Meta+Userland: Run the GML formatter on CI and pre-commit 2022-02-07 18:39:50 +01:00