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:
parent
d2f9645cc0
commit
13dbc69c23
4 changed files with 30 additions and 0 deletions
|
@ -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&);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue