X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fbitboard.h;h=294025b5266fb9f76aab1181a4ef3583ee8edf90;hb=9bbd27a80f707230dfdf1f553716b1e1bfaf330a;hp=6dd07d5407f85bc431328915c8c459e3a043d7f7;hpb=adb71b8096436a54bf2326d5c69991b16ba5bafa;p=stockfish diff --git a/src/bitboard.h b/src/bitboard.h index 6dd07d54..294025b5 100644 --- a/src/bitboard.h +++ b/src/bitboard.h @@ -23,6 +23,13 @@ #include "types.h" +namespace Bitboards { + +extern void init(); +extern void print(Bitboard b); + +} + CACHE_LINE_ALIGNMENT extern Bitboard RMasks[64]; @@ -263,7 +270,4 @@ extern Square pop_1st_bit(Bitboard* b); #endif -extern void print_bitboard(Bitboard b); -extern void bitboards_init(); - #endif // !defined(BITBOARD_H_INCLUDED)