]> git.sesse.net Git - stockfish/blobdiff - src/position.h
Rename move_is_legal() in move_is_pl()
[stockfish] / src / position.h
index e560a097330d1ec0f65c0a8364d59551334aaac3..496b7b9d00fe4e763da4f8fcff4bc69448da87ec 100644 (file)
@@ -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;