X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fmovepick.h;h=3d4614cde0018a793f417a17470e0c655f88f468;hp=c444615f5b9f2e8ab4a0952ff47e3c97bf642079;hb=917944e9c5324cc9659e630570e1852270b22bd4;hpb=b9768b8bc5ec9e814faedccf557d0304997d8aaf diff --git a/src/movepick.h b/src/movepick.h index c444615f..3d4614cd 100644 --- a/src/movepick.h +++ b/src/movepick.h @@ -88,6 +88,7 @@ public: MovePicker(const Position&, Move, const HistoryStats&, PieceType); MovePicker(const Position&, Move, Depth, const HistoryStats&, Move*, Search::Stack*); + const ExtMove* quiet_moves() const; template Move next_move(); private: