X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Ftypes.h;h=ade9a620a47d5d70e63a71887f8310403a6f7c69;hp=653ebade2f805b55a942269cbb76cceb154eac38;hb=de1dc4f2de7d22c9ea1b33b9caee276651ef7c6d;hpb=81e242a96dcfc109aa6dd851a055f49bc7a270db diff --git a/src/types.h b/src/types.h index 653ebade..ade9a620 100644 --- a/src/types.h +++ b/src/types.h @@ -328,17 +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(); -} - extern Value PieceValue[PHASE_NB][PIECE_NB]; extern int SquareDistance[SQUARE_NB][SQUARE_NB];