Move Tempo to evaluation

No functional change.
This commit is contained in:
Marco Costalba
2014-06-06 09:35:34 +02:00
parent 69ac45d903
commit 08753771fc
3 changed files with 9 additions and 10 deletions

View File

@@ -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);