mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-20 17:16:33 +08:00
Promote OptionsMap to a class
And add a bit of documentation too. No functional change. Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
@@ -78,7 +78,7 @@ bool execute_uci_command(const string& cmd) {
|
||||
else if (token == "uci")
|
||||
cout << "id name " << engine_name()
|
||||
<< "\nid author " << engine_authors()
|
||||
<< "\n" << options_to_uci()
|
||||
<< "\n" << Options.print_all()
|
||||
<< "\nuciok" << endl;
|
||||
|
||||
else if (token == "ucinewgame")
|
||||
|
||||
Reference in New Issue
Block a user