1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 21:17:45 +00:00

LibChess: Add the UCI quit command

This commit is contained in:
Tim Ledbetter 2023-04-01 23:15:53 +01:00 committed by Sam Atkins
parent d2f9645cc0
commit 13dbc69c23
4 changed files with 30 additions and 0 deletions

View file

@ -30,6 +30,7 @@ public:
virtual void handle_readyok() { }
virtual void handle_bestmove(BestMoveCommand const&) { }
virtual void handle_info(InfoCommand const&) { }
virtual void handle_quit() { }
void send_command(Command const&);