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

GMLPlayground: Extract most logic into a MainWidget class

This commit is contained in:
Karol Kosek 2023-05-09 16:29:16 +02:00 committed by Sam Atkins
parent 3c13faff57
commit 8c00e57f56
4 changed files with 361 additions and 279 deletions

View file

@ -7,6 +7,7 @@ serenity_component(
compile_gml(GMLPlaygroundWindow.gml GMLPlaygroundWindowGML.h gml_playground_window_gml)
set(SOURCES
MainWidget.cpp
main.cpp
)