mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-20 09:06:45 +08:00
Last touches to movegen.cpp
Of course no functional change. Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
@@ -40,10 +40,10 @@ namespace {
|
|||||||
QUEEN_SIDE
|
QUEEN_SIDE
|
||||||
};
|
};
|
||||||
|
|
||||||
static const bool CAPTURE = true;
|
const bool CAPTURE = true;
|
||||||
static const bool NON_CAPTURE = false;
|
const bool NON_CAPTURE = false;
|
||||||
|
|
||||||
// Function
|
// Functions
|
||||||
bool castling_is_check(const Position&, CastlingSide);
|
bool castling_is_check(const Position&, CastlingSide);
|
||||||
|
|
||||||
// Helper templates
|
// Helper templates
|
||||||
|
|||||||
Reference in New Issue
Block a user