]> git.sesse.net Git - stockfish/blobdiff - src/bitboard.h
Rename Bitboards print to pretty
[stockfish] / src / bitboard.h
index 349005787fd402d6ab958818f46e1262fc4b8356..ecff5c3abd84a7ff5b6365ebf5329b4fcb09cef7 100644 (file)
@@ -26,7 +26,7 @@
 namespace Bitboards {
 
 void init();
-void print(Bitboard b);
+const std::string pretty(Bitboard b);
 
 }