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

Snake: Use new GML compiler

This commit is contained in:
Brandon Woodford 2023-11-11 06:27:40 -06:00 committed by Tim Schumacher
parent 5f275cd5ce
commit cdbc2a0dcd
5 changed files with 29 additions and 11 deletions

View file

@ -16,8 +16,6 @@
#include <LibGfx/Font/Font.h>
#include <LibGfx/Font/FontDatabase.h>
REGISTER_WIDGET(Snake, Game);
namespace Snake {
ErrorOr<NonnullRefPtr<Game>> Game::try_create()