ladybird/Userland/Libraries/LibChess
Ben Wiederhake b3e9a4e603 Libraries: Fix visibility of Object-derivative constructors
Derivatives of Core::Object should be constructed through
ClassName::construct(), to avoid handling ref-counted objects with
refcount zero. Fixing the visibility means that misuses like this are
more difficult.
2021-11-02 22:56:53 +01:00
..
Chess.cpp LibChess: Early check of legal move 2021-07-26 23:53:41 +02:00
Chess.h LibChess: Fix hashing of the chess board 2021-07-30 20:49:18 +02:00
CMakeLists.txt
UCICommand.cpp
UCICommand.h
UCIEndpoint.cpp
UCIEndpoint.h Libraries: Fix visibility of Object-derivative constructors 2021-11-02 22:56:53 +01:00