X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fposition.h;h=496b7b9d00fe4e763da4f8fcff4bc69448da87ec;hp=e560a097330d1ec0f65c0a8364d59551334aaac3;hb=45ce92b89c9191f1606d82611620587157956e1b;hpb=bc86668ba4e7c88edee9f868d9322a061da53a0d diff --git a/src/position.h b/src/position.h index e560a097..496b7b9d 100644 --- a/src/position.h +++ b/src/position.h @@ -186,8 +186,8 @@ public: // Properties of moves bool pl_move_is_legal(Move m, Bitboard pinned) const; - bool move_is_legal(const Move m) const; - bool move_is_legal(const Move m, Bitboard pinned) const; + bool move_is_pl_full(const Move m) const; + bool move_is_pl(const Move m) const; bool move_gives_check(Move m) const; bool move_gives_check(Move m, const CheckInfo& ci) const; bool move_is_capture(Move m) const;