mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-21 17:46:26 +08:00
Base work for exclusion search
No functional change Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
committed by
Marco Costalba
parent
bc35f4c42d
commit
77eec9f9cb
@@ -281,6 +281,9 @@ public:
|
||||
static void init_zobrist();
|
||||
static void init_piece_square_tables();
|
||||
|
||||
// Public zobs
|
||||
static Key zobExclusion;
|
||||
|
||||
private:
|
||||
|
||||
// Initialization helper functions (used while setting up a position)
|
||||
|
||||
Reference in New Issue
Block a user