]> git.sesse.net Git - stockfish/blobdiff - src/position.h
Retire move.cpp
[stockfish] / src / position.h
index 761724ad01d5aa9a1d47d47f37cb4bda5d820a8c..340cbdb1e9c0a25a0eead1e7945d9dafb9dccc7d 100644 (file)
@@ -47,6 +47,8 @@ const int MaxGameLength = 220;
 //// Types
 ////
 
+class Position;
+
 /// struct checkInfo is initialized at c'tor time and keeps
 /// info used to detect if a move gives check.