mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-21 09:37:16 +08:00
Move RootColor from Eval to Search
No functional change.
This commit is contained in:
@@ -26,8 +26,6 @@ class Position;
|
||||
|
||||
namespace Eval {
|
||||
|
||||
extern Color RootColor;
|
||||
|
||||
extern void init();
|
||||
extern Value evaluate(const Position& pos, Value& margin);
|
||||
extern std::string trace(const Position& pos);
|
||||
|
||||
Reference in New Issue
Block a user