X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fevaluate.h;h=06ce9d48a631e8079bd3fc04c24e2ec998d2f89b;hp=9c2b2a61b0439abea503bbf8fd4ec6e794f57b6d;hb=cedbd3332a4a1574e701bda098a9df1153e299c6;hpb=ff9ca3e76eb6432dee8ed2442e3942b93d0f6ba5 diff --git a/src/evaluate.h b/src/evaluate.h index 9c2b2a61..06ce9d48 100644 --- a/src/evaluate.h +++ b/src/evaluate.h @@ -27,7 +27,8 @@ class Position; namespace Eval { extern Color RootColor; -extern Value ValueDrawContempt; +extern Value ContemptFactor; +extern Value ValueDraw[2]; extern void init(); extern Value evaluate(const Position& pos, Value& margin);