mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-23 10:36:26 +08:00
Small improvment to Position::fen()
No functional change.
This commit is contained in:
@@ -81,7 +81,7 @@ public:
|
||||
static void init();
|
||||
|
||||
// Text input/output
|
||||
void set(const std::string& fen, bool isChess960, Thread* th);
|
||||
void set(const std::string& fenStr, bool isChess960, Thread* th);
|
||||
const std::string fen() const;
|
||||
const std::string pretty(Move m = MOVE_NONE) const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user