serenity/Userland/Games/Spider
Andreas Kling 21a5fb0fa2 LibCore+LibSystem: Move syscall wrappers from LibSystem to LibCore
With this change, System::foo() becomes Core::System::foo().

Since LibCore builds on other systems than SerenityOS, we now have to
make sure that wrappers work with just a standard C library underneath.
2021-11-23 11:33:36 +01:00
..
CMakeLists.txt Spider: Port to LibMain 2021-11-22 21:03:45 -08:00
Game.cpp Spider: Clear selection when starting new game 2021-08-05 12:52:33 +02:00
Game.h Spider: Track win and loss counts 2021-07-27 16:53:56 +02:00
main.cpp LibCore+LibSystem: Move syscall wrappers from LibSystem to LibCore 2021-11-23 11:33:36 +01:00
Spider.gml