mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 14:27:45 +00:00
Sync material.h with pawns.h
No functional change. Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user