serenity/Games/2048
William Marlow 39364bdda4 Build: Embed application icons directly in the executables.
New serenity_app() targets can be defined which allows application
icons to be emedded directly into the executable. The embedded
icons will then be used when creating an icon for that file in
LibGUI.
2020-12-21 00:12:59 +01:00
..
BoardView.cpp LibGfx: Move FontDatabase from LibGUI to LibGfx 2020-10-31 13:56:21 +01:00
BoardView.h 2048: Make board size and target tile configurable 2020-08-21 11:45:46 +02:00
CMakeLists.txt Build: Embed application icons directly in the executables. 2020-12-21 00:12:59 +01:00
Game.cpp 2048: Make board size and target tile configurable 2020-08-21 11:45:46 +02:00
Game.h 2048: Make board size and target tile configurable 2020-08-21 11:45:46 +02:00
GameSizeDialog.cpp 2048: Make board size and target tile configurable 2020-08-21 11:45:46 +02:00
GameSizeDialog.h 2048: Make board size and target tile configurable 2020-08-21 11:45:46 +02:00
main.cpp Games: Use GUI::Icon::default_icon to set application icon 2020-11-01 10:29:27 +01:00