X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fposition.h;h=220bb31dac4cc431df03ca8358a4551283c49d06;hb=9ecdfd24018722dc70fb0a448c1c9d731d6e30a2;hp=200dfdf95562cd246561889a6626ab9d5fce3f24;hpb=bacb645939397c8f4f070e46093ae764df20e34c;p=stockfish diff --git a/src/position.h b/src/position.h index 200dfdf9..220bb31d 100644 --- a/src/position.h +++ b/src/position.h @@ -337,6 +337,8 @@ private: static Score PieceSquareTable[16][64]; static Key zobExclusion; static const Value seeValues[8]; + static const Value PieceValueMidgame[17]; + static const Value PieceValueEndgame[17]; };