X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Ftypes.h;h=ade9a620a47d5d70e63a71887f8310403a6f7c69;hp=43b01bc9f6e13d8f324b2d33376b7d805a62ed76;hb=de1dc4f2de7d22c9ea1b33b9caee276651ef7c6d;hpb=a6e0f62a4f83bf4303e920d5f689de7cbc0467e8;ds=inline diff --git a/src/types.h b/src/types.h index 43b01bc9..ade9a620 100644 --- a/src/types.h +++ b/src/types.h @@ -328,15 +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; -} - extern Value PieceValue[PHASE_NB][PIECE_NB]; extern int SquareDistance[SQUARE_NB][SQUARE_NB];