X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fpawns.h;h=fbf6df126d995f7f73bde6d1bec5244826bdfaa1;hp=cc3e5e6689163ebd41132ca4130abded8803ec17;hb=7a84b8ca34ee8597920de8e52cae074c31543540;hpb=6738b65be97af10e4b5b783dc8ad21ae0faf36a8 diff --git a/src/pawns.h b/src/pawns.h index cc3e5e66..fbf6df12 100644 --- a/src/pawns.h +++ b/src/pawns.h @@ -32,6 +32,7 @@ const int PawnTableSize = 16384; /// to add further information in the future. A lookup to the pawn hash table /// (performed by calling the get_pawn_info method in a PawnInfoTable object) /// returns a pointer to a PawnInfo object. + class PawnInfo { friend class PawnInfoTable;