X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fposition.h;h=743acf33ae8beee115c744a4c2effcd7988a7f7f;hp=6076a53905251d832d36e3b1868bc7146cec6a8d;hb=2e778445d5bcaa980bc0e34dfff797c006fd5f5b;hpb=3c05bd70ebf57cebb88d29a88e6c492976a97761 diff --git a/src/position.h b/src/position.h index 6076a539..743acf33 100644 --- a/src/position.h +++ b/src/position.h @@ -174,13 +174,13 @@ public: // Number of pieces of each color and type int piece_count(Color c, PieceType pt) const; - // The en passant square: + // The en passant square Square ep_square() const; // Current king position for each color Square king_square(Color c) const; - // Castling rights. + // Castling rights bool can_castle_kingside(Color c) const; bool can_castle_queenside(Color c) const; bool can_castle(Color c) const;