X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fbitboard.h;h=294025b5266fb9f76aab1181a4ef3583ee8edf90;hp=6dd07d5407f85bc431328915c8c459e3a043d7f7;hb=d549497144ee2a704057e005d2bbe1fbc666ca7e;hpb=10e64e05094e75d89baa4495fa867a8a64195bb7 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)