]> git.sesse.net Git - stockfish/blobdiff - src/position.h
Split PSQT init from Position init
[stockfish] / src / position.h
index ece3f44232e9411222248dcc0fe4519aab09523a..e38020d5b5a2188661103f46f4e12506ff1e48e8 100644 (file)
 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.