mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 07:27:46 +00:00
Simplify bitbase.cpp
Use a std::vector to store positions and rearrange KPKPosition. No functional change. Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
+1
-1
@@ -33,7 +33,7 @@ void print(Bitboard b);
|
||||
namespace Bitbases {
|
||||
|
||||
void init_kpk();
|
||||
uint32_t probe_kpk(Square wksq, Square wpsq, Square bksq, Color stm);
|
||||
bool probe_kpk(Square wksq, Square wpsq, Square bksq, Color stm);
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user