Move PieceValue[] and SlidingArray[] where they belong

No functional change.

Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
Marco Costalba
2010-11-08 09:44:28 +01:00
parent c28b9ef182
commit d2d953713f
5 changed files with 29 additions and 49 deletions

View 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];
};