Introduce namespace Pawns

And retire old struct PawnTable along the same lines
of previous patch.

No functional change.
This commit is contained in:
Marco Costalba
2012-12-22 11:21:06 +01:00
parent 231f62baf7
commit 158014b39d
5 changed files with 136 additions and 178 deletions

View File

@@ -112,7 +112,7 @@ public:
Eval::Table evalTable;
Material::Table materialTable;
Endgames endgames;
PawnTable pawnTable;
Pawns::Table pawnsTable;
size_t idx;
int maxPly;
Mutex mutex;