mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 08:37:44 +00:00
Rename Bitboards print to pretty
To align to same named Position function and avoid using std::cout directly. Also remove some stale <iostream> include while there. No functional change.
This commit is contained in:
+1
-1
@@ -26,7 +26,7 @@
|
||||
namespace Bitboards {
|
||||
|
||||
void init();
|
||||
void print(Bitboard b);
|
||||
const std::string pretty(Bitboard b);
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user