mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-19 16:46:30 +08:00
Additional cleanup in bitbase.cpp
Also better document what code does. No functional change. Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
#include "endgame.h"
|
||||
#include "pawns.h"
|
||||
|
||||
extern int probe_kpk_bitbase(Square wksq, Square wpsq, Square bksq, Color stm);
|
||||
extern uint32_t probe_kpk_bitbase(Square wksq, Square wpsq, Square bksq, Color stm);
|
||||
|
||||
namespace {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user