X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fposition.h;h=e38020d5b5a2188661103f46f4e12506ff1e48e8;hp=ece3f44232e9411222248dcc0fe4519aab09523a;hb=578b21bbeedc41b6e0d1b2df46887b1636a78e2b;hpb=59f64fda4fffe595d53183caae94b1d9a2062f32 diff --git a/src/position.h b/src/position.h index ece3f442..e38020d5 100644 --- a/src/position.h +++ b/src/position.h @@ -30,6 +30,13 @@ class Position; struct Thread; +namespace PSQT { + + extern Score psq[COLOR_NB][PIECE_TYPE_NB][SQUARE_NB]; + + void init(); +} + /// CheckInfo struct is initialized at c'tor time and keeps info used to detect /// if a move gives check.