summaryrefslogtreecommitdiff
path: root/src/engine/moves.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/moves.h')
-rw-r--r--src/engine/moves.h2
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,