mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-22 01:56:58 +08: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:
@@ -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