Small touches in FEN decoding

No functional change.

Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
Marco Costalba
2012-01-12 18:12:25 +01:00
parent c19ea4b000
commit c549f71f64
2 changed files with 16 additions and 17 deletions

View File

@@ -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