1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-24 17:47:43 +00:00
serenity/Userland/Games/Spider
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 Everywhere: Mark dependencies of most targets as PRIVATE 2022-11-01 14:49:09 +00:00
Game.cpp Spider: Fix crash when completing a deck 2023-04-21 10:59:32 +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
Spider.gml Spider: Migrate to CardGame 2022-08-22 12:50:41 +02:00