From f5c67c1410c1f9af5da99d2ea02192c21f8abc08 Mon Sep 17 00:00:00 2001 From: Aargh Rai Date: Tue, 26 May 2026 23:43:55 +0530 Subject: adding move marker --- src/search/rook_moves.c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'src/search/rook_moves.c') diff --git a/src/search/rook_moves.c b/src/search/rook_moves.c index 778c6a1..3e25526 100644 --- a/src/search/rook_moves.c +++ b/src/search/rook_moves.c @@ -68,5 +68,10 @@ void get_rook_moves(moves_t* moves, position_t position) { friendly_rooks = position.bitboards[BLACK_ROOK]; } - __forloop_rook_moves_gen(moves, friendly_rooks, friendly_pieces, enemy_pieces); + __forloop_rook_moves_gen( + moves, + friendly_rooks, + friendly_pieces, + enemy_pieces + ); } -- cgit v1.2.3