1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 20:57:44 +00:00

Snake: Port to LibMain

Simplified two pledge() and two unveil() by using TRY().
This commit is contained in:
Pedro Pereira 2021-11-23 10:41:55 +00:00 committed by Andreas Kling
parent 02a7cfaad6
commit c4e49e1955
2 changed files with 9 additions and 21 deletions

View file

@ -10,4 +10,4 @@ set(SOURCES
)
serenity_app(Snake ICON app-snake)
target_link_libraries(Snake LibGUI LibConfig)
target_link_libraries(Snake LibGUI LibConfig LibMain)