mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-21 17:46:26 +08:00
Move Tempo to evaluation
No functional change.
This commit is contained in:
@@ -26,6 +26,8 @@ class Position;
|
||||
|
||||
namespace Eval {
|
||||
|
||||
const int Tempo = 17; // Must be visible to search
|
||||
|
||||
extern void init();
|
||||
extern Value evaluate(const Position& pos);
|
||||
extern std::string trace(const Position& pos);
|
||||
|
||||
Reference in New Issue
Block a user