X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fmovepick.h;h=3d4614cde0018a793f417a17470e0c655f88f468;hb=917944e9c5324cc9659e630570e1852270b22bd4;hp=572025f20e0edb936f8dba3b7df4eb74dc2013cf;hpb=4064ee540649cb46ad4cc4a6080bd4ef41314cb9;p=stockfish diff --git a/src/movepick.h b/src/movepick.h index 572025f2..3d4614cd 100644 --- a/src/movepick.h +++ b/src/movepick.h @@ -17,7 +17,7 @@ along with this program. If not, see . */ -#if !defined MOVEPICK_H_INCLUDED +#ifndef MOVEPICK_H_INCLUDED #define MOVEPICK_H_INCLUDED #include // For std::max @@ -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: @@ -107,4 +108,4 @@ private: ExtMove moves[MAX_MOVES]; }; -#endif // !defined(MOVEPICK_H_INCLUDED) +#endif // #ifndef MOVEPICK_H_INCLUDED