]> git.sesse.net Git - stockfish/blobdiff - src/position.h
Move PieceValue[] and SlidingArray[] where they belong
[stockfish] / src / position.h
index 200dfdf95562cd246561889a6626ab9d5fce3f24..220bb31dac4cc431df03ca8358a4551283c49d06 100644 (file)
@@ -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];
 };