1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-19 20:51:00 +00:00
serenity/Userland/Games/Snake
Andreas Kling 235f39e449 LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()
This was used in a lot of places, so this patch makes liberal use of
ErrorOr<T>::release_value_but_fixme_should_propagate_errors().
2021-11-08 00:35:27 +01:00
..
CMakeLists.txt Snake: Use LibConfig instead of Core::ConfigFile 2021-08-27 12:45:50 +02:00
main.cpp Snake: Remove wpath and cpath pledges 2021-08-28 12:22:16 +04:30
SnakeGame.cpp LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file() 2021-11-08 00:35:27 +01:00
SnakeGame.h Snake: Spruce up the GUI a tiny bit 2021-05-04 17:32:19 +02:00