mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-20 17:16:33 +08:00
Further merge StateInfo setup functions
No functional change.
This commit is contained in:
@@ -171,9 +171,7 @@ private:
|
||||
// Initialization helpers (used while setting up a position)
|
||||
void clear();
|
||||
void set_castling_right(Color c, Square rfrom);
|
||||
void compute_keys(StateInfo* si) const;
|
||||
void compute_non_pawn_material(StateInfo* si) const;
|
||||
Score compute_psq_score() const;
|
||||
void set_state(StateInfo* si) const;
|
||||
|
||||
// Helper functions
|
||||
void do_castling(Square kfrom, Square kto, Square rfrom, Square rto);
|
||||
|
||||
Reference in New Issue
Block a user