Use a global instead of a variable in pos

This commit is contained in:
Joost VandeVondele
2020-07-28 15:41:35 +02:00
parent e42258db5a
commit 8e28c99f79
7 changed files with 26 additions and 26 deletions

View File

@@ -31,6 +31,7 @@ namespace Eval {
std::string trace(const Position& pos);
Value evaluate(const Position& pos);
extern bool useNNUE;
namespace NNUE {