X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;ds=sidebyside;f=src%2Fposition.h;h=e38020d5b5a2188661103f46f4e12506ff1e48e8;hb=578b21bbeedc41b6e0d1b2df46887b1636a78e2b;hp=ece3f44232e9411222248dcc0fe4519aab09523a;hpb=40548c9153ea89c0b27b198efb443c5bb9b9c490;p=stockfish 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.