X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Ftypes.h;h=ade9a620a47d5d70e63a71887f8310403a6f7c69;hp=c21b55be4f4c992d9b23c5eff77c051b884f1318;hb=de1dc4f2de7d22c9ea1b33b9caee276651ef7c6d;hpb=7222f47350591190a97508f84131d80046f340ce diff --git a/src/types.h b/src/types.h index c21b55be..ade9a620 100644 --- a/src/types.h +++ b/src/types.h @@ -328,20 +328,6 @@ inline Score operator/(Score s, int i) { #undef ENABLE_OPERATORS_ON #undef ENABLE_SAFE_OPERATORS_ON -namespace Zobrist { - - extern Key psq[COLOR_NB][PIECE_TYPE_NB][SQUARE_NB]; - extern Key enpassant[FILE_NB]; - 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];