]> git.sesse.net Git - stockfish/blobdiff - src/types.h
Zobrist::init() should be Position::init()
[stockfish] / src / types.h
index c21b55be4f4c992d9b23c5eff77c051b884f1318..43b01bc9f6e13d8f324b2d33376b7d805a62ed76 100644 (file)
@@ -335,13 +335,8 @@ namespace Zobrist {
   extern Key castle[CASTLE_RIGHT_NB];
   extern Key side;
   extern Key exclusion;
-
-  void init();
 }
 
-CACHE_LINE_ALIGNMENT
-
-extern Score pieceSquareTable[PIECE_NB][SQUARE_NB];
 extern Value PieceValue[PHASE_NB][PIECE_NB];
 extern int SquareDistance[SQUARE_NB][SQUARE_NB];