1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 04:37:34 +00:00

Solitaire: Port to GML compilation

This commit is contained in:
hanaa12G 2023-10-23 04:30:04 +07:00 committed by Sam Atkins
parent df0dd26ce2
commit 10428fc7ce
5 changed files with 29 additions and 11 deletions

View file

@ -12,8 +12,6 @@
#include <LibGUI/Painter.h>
#include <LibGfx/Palette.h>
REGISTER_WIDGET(Solitaire, Game);
namespace Solitaire {
static constexpr uint8_t new_game_animation_delay = 2;