mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-21 17:46:26 +08:00
Reformat and rename hash_after_move()
Align to standard coding style and properly use enum types. Rename while there. No functional change.
This commit is contained in:
committed by
Joona Kiiski
parent
4b926f227d
commit
74829342ef
@@ -139,7 +139,6 @@ public:
|
||||
void undo_move(Move m);
|
||||
void do_null_move(StateInfo& st);
|
||||
void undo_null_move();
|
||||
Key hash_after_move(Move m) const;
|
||||
|
||||
// Static exchange evaluation
|
||||
Value see(Move m) const;
|
||||
@@ -147,6 +146,7 @@ public:
|
||||
|
||||
// Accessing hash keys
|
||||
Key key() const;
|
||||
Key key_after(Move m) const;
|
||||
Key exclusion_key() const;
|
||||
Key pawn_key() const;
|
||||
Key material_key() const;
|
||||
|
||||
Reference in New Issue
Block a user