diff options
| author | Aargh Rai <aargh.rai+git@gmail.com> | 2026-05-28 00:09:50 +0530 |
|---|---|---|
| committer | Aargh Rai <aargh.rai+git@gmail.com> | 2026-05-28 00:09:50 +0530 |
| commit | c56cc12c154b3f21411d71e10f4e8a5a9682355b (patch) | |
| tree | 9e07f9cf746ca12ca386c3ea1bebe4953453045a /src/engine/moves.h | |
| parent | 2c2a70b69869f149c0407a62f1bf4c39899027a7 (diff) | |
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
Diffstat (limited to 'src/engine/moves.h')
| -rw-r--r-- | src/engine/moves.h | 2 |
1 files changed, 2 insertions, 0 deletions
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, |
