From b2f0457deaf8fd7c336e5370212df9202d6f3eeb Mon Sep 17 00:00:00 2001 From: Aargh Rai Date: Wed, 25 Feb 2026 23:22:10 +0530 Subject: knights 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 f613294..377b3f0 100644 --- a/src/search.h +++ b/src/search.h @@ -23,5 +23,6 @@ moves_t moves_empty(); 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); #endif // !SEARCH_H -- cgit v1.2.3