mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-20 00:56:39 +08:00
Retire seeValues[] and move PieceValue[] out of Position
No functional change. Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
@@ -42,7 +42,7 @@ class MovePicker {
|
||||
public:
|
||||
MovePicker(const Position&, Move, Depth, const History&, SearchStack*, Value);
|
||||
MovePicker(const Position&, Move, Depth, const History&, Square recaptureSq);
|
||||
MovePicker(const Position&, Move, const History&, int parentCapture);
|
||||
MovePicker(const Position&, Move, const History&, PieceType parentCapture);
|
||||
Move get_next_move();
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user