X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fposition.h;h=8765aac049a9e75520fab73719f43ddbb4c80dd5;hp=f77b368abb0cebf74dc7373d9cee8ae55a38d523;hb=4397e6c03e72881a0a477c61c7d17c040c6fdb92;hpb=4f14bd50326d058fe14ae1dd51c57fac99b74153 diff --git a/src/position.h b/src/position.h index f77b368a..8765aac0 100644 --- a/src/position.h +++ b/src/position.h @@ -217,8 +217,8 @@ public: bool piece_attacks_square(Square f, Square t) const; // Dispatch at run-time // Properties of moves - bool move_is_legal(Move m) const; - bool move_is_legal(Move m, Bitboard pinned) const; + bool pl_move_is_legal(Move m) const; + bool pl_move_is_legal(Move m, Bitboard pinned) const; bool move_is_check(Move m) const; bool move_is_check(Move m, Bitboard dcCandidates) const; bool move_is_capture(Move m) const;