mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 05:07:46 +00:00
Sync variable names in decl vs def
This commit is contained in:
committed by
Marco Costalba
parent
c43146edb7
commit
f3cd7002aa
+2
-2
@@ -128,9 +128,9 @@ public:
|
||||
bool opposite_bishops() const;
|
||||
|
||||
// Doing and undoing moves
|
||||
void do_move(Move m, StateInfo& st, bool givesCheck);
|
||||
void do_move(Move m, StateInfo& newSt, bool givesCheck);
|
||||
void undo_move(Move m);
|
||||
void do_null_move(StateInfo& st);
|
||||
void do_null_move(StateInfo& newSt);
|
||||
void undo_null_move();
|
||||
|
||||
// Static Exchange Evaluation
|
||||
|
||||
Reference in New Issue
Block a user