--- a/src/chess/pawn.h Tue Jun 03 08:43:17 2025 +0200 +++ b/src/chess/pawn.h Wed Jun 04 23:56:40 2025 +0200 @@ -36,8 +36,8 @@ extern "C" { #endif -_Bool pawn_chkrules(GameState *gamestate, Move *move); -_Bool pawn_isblocked(GameState *gamestate, Move *move); +bool pawn_chkrules(GameState *gamestate, Move *move); +bool pawn_isblocked(GameState *gamestate, Move *move); #ifdef __cplusplus }