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