1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-24 18:47:41 +00:00
serenity/Userland/Games/Solitaire
Sam Atkins 7d0f70bfa0 Userland: Use AK::human_readable_digital_time() instead of custom code
Use this handy AK function instead of reimplementing the formatting code
several times. The one minor difference is that now, hours are only
shown if the duration is at least an hour long, but that seems like an
improvement to me. :^)
2023-07-19 08:45:43 -04:00
..
CMakeLists.txt Solitaire: Add link to help page 2023-01-02 09:50:37 -05:00
Game.cpp Everywhere: Stop using NonnullRefPtrVector 2023-03-06 23:46:35 +01:00
Game.h Everywhere: Stop using NonnullRefPtrVector 2023-03-06 23:46:35 +01:00
main.cpp Userland: Use AK::human_readable_digital_time() instead of custom code 2023-07-19 08:45:43 -04:00
Solitaire.gml Solitaire: Migrate to CardGame 2022-08-22 12:50:41 +02:00