mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-21 09:37:16 +08:00
Move all Contempt Factor code to search.cpp
Where it is used. No functional change.
This commit is contained in:
@@ -27,8 +27,6 @@ class Position;
|
||||
namespace Eval {
|
||||
|
||||
extern Color RootColor;
|
||||
extern Value ContemptFactor;
|
||||
extern Value ValueDraw[2];
|
||||
|
||||
extern void init();
|
||||
extern Value evaluate(const Position& pos, Value& margin);
|
||||
|
||||
Reference in New Issue
Block a user