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:
Marco Costalba
2013-11-30 11:25:05 +01:00
parent 034a2b04f2
commit 5f2bf91ad1
4 changed files with 11 additions and 15 deletions

View File

@@ -26,7 +26,7 @@
namespace Bitboards {
void init();
void print(Bitboard b);
const std::string pretty(Bitboard b);
}