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:
parent
5f275cd5ce
commit
cdbc2a0dcd
5 changed files with 29 additions and 11 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue