mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 13:17:44 +00:00
Retire square_from_string()
And rename move_from/to_string() in a more specific move_from/to_uci() that is a simple coordinate notation. No functional change. Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
+2
-2
@@ -204,8 +204,8 @@ inline Move make_ep_move(Square from, Square to) {
|
||||
////
|
||||
|
||||
extern std::ostream& operator<<(std::ostream& os, Move m);
|
||||
extern Move move_from_string(const Position& pos, const std::string &str);
|
||||
extern const std::string move_to_string(Move m, bool chess960);
|
||||
extern Move move_from_uci(const Position& pos, const std::string &str);
|
||||
extern const std::string move_to_uci(Move m, bool chess960);
|
||||
extern bool move_is_ok(Move m);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user