From c56cc12c154b3f21411d71e10f4e8a5a9682355b Mon Sep 17 00:00:00 2001 From: Aargh Rai Date: Thu, 28 May 2026 00:09:50 +0530 Subject: the moves now make it to the frontend i know the issue which exists, where the server can't handle the request if i reload the page --- src/engine/moves.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/engine/moves.h') diff --git a/src/engine/moves.h b/src/engine/moves.h index 8081ffe..b63b9e2 100644 --- a/src/engine/moves.h +++ b/src/engine/moves.h @@ -30,6 +30,8 @@ void get_rook_moves(moves_t* moves, position_t position); void get_bishop_moves(moves_t* moves, position_t position); void get_queen_moves(moves_t* moves, position_t position); +void get_moves(moves_t* moves, position_t position); + void __forloop_rook_moves_gen( moves_t* moves, bitboard_t friendly_type, -- cgit v1.2.3