X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fbitboard.h;h=ecff5c3abd84a7ff5b6365ebf5329b4fcb09cef7;hp=349005787fd402d6ab958818f46e1262fc4b8356;hb=5f2bf91ad18069e77e5c0e32c387b2200abd94d9;hpb=034a2b04f2fc1017721b4f3fc12895e5f8a190bd diff --git a/src/bitboard.h b/src/bitboard.h index 34900578..ecff5c3a 100644 --- a/src/bitboard.h +++ b/src/bitboard.h @@ -26,7 +26,7 @@ namespace Bitboards { void init(); -void print(Bitboard b); +const std::string pretty(Bitboard b); }