mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-23 10:36:26 +08:00
Introduce namespace Bitbases
Let's continue this namespace galore... No functional change. Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
@@ -25,8 +25,15 @@
|
||||
|
||||
namespace Bitboards {
|
||||
|
||||
extern void init();
|
||||
extern void print(Bitboard b);
|
||||
void init();
|
||||
void print(Bitboard b);
|
||||
|
||||
}
|
||||
|
||||
namespace Bitbases {
|
||||
|
||||
void init_kpk();
|
||||
uint32_t probe_kpk(Square wksq, Square wpsq, Square bksq, Color stm);
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user