mirror of
https://github.com/official-stockfish/Stockfish.git
synced 2026-07-23 05:07:14 +00:00
Tidy up uci.cpp and siblings
No functional change. Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
+2
-1
@@ -66,7 +66,8 @@ const string move_to_uci(Move m, bool chess960) {
|
||||
|
||||
|
||||
/// move_from_uci() takes a position and a string representing a move in
|
||||
/// simple coordinate notation and returns an equivalent Move.
|
||||
/// simple coordinate notation and returns an equivalent Move if any.
|
||||
/// Moves are guaranteed to be legal.
|
||||
|
||||
Move move_from_uci(const Position& pos, const string& str) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user