mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-21 01:27:16 +08:00
Small touches in FEN decoding
No functional change. Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
@@ -210,7 +210,7 @@ private:
|
||||
// Initialization helper functions (used while setting up a position)
|
||||
void clear();
|
||||
void put_piece(Piece p, Square s);
|
||||
void set_castle_right(Square ksq, Square rsq);
|
||||
void set_castle_right(Color c, Square rsq);
|
||||
bool move_is_legal(const Move m) const;
|
||||
|
||||
// Helper template functions
|
||||
|
||||
Reference in New Issue
Block a user