From 22c0d29724c2b054d8b9f9ed2373103d412f02b3 Mon Sep 17 00:00:00 2001 From: Aargh Rai Date: Wed, 25 Feb 2026 23:46:07 +0530 Subject: king DONE --- src/search.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/search.h') diff --git a/src/search.h b/src/search.h index 377b3f0..7cbec7e 100644 --- a/src/search.h +++ b/src/search.h @@ -24,5 +24,6 @@ void add_move(moves_t* moves, square_t from, square_t to); void get_pawn_moves(moves_t* moves, position_t position); void get_knight_moves(moves_t* moves, position_t position); +void get_king_moves(moves_t* moves, position_t position); #endif // !SEARCH_H -- cgit v1.2.3