mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-22 10:06:26 +08:00
Introduce Bitboards namespace
No functional change. Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user