summaryrefslogtreecommitdiff
path: root/src/search.h
diff options
context:
space:
mode:
authorAargh Rai <aargh.rai+git@gmail.com>2026-02-25 23:46:07 +0530
committerAargh Rai <aargh.rai+git@gmail.com>2026-02-25 23:46:07 +0530
commit22c0d29724c2b054d8b9f9ed2373103d412f02b3 (patch)
tree83be782ad10dc0568c825de7d82c20ff16db6af5 /src/search.h
parentb2f0457deaf8fd7c336e5370212df9202d6f3eeb (diff)
king DONE
Diffstat (limited to 'src/search.h')
-rw-r--r--src/search.h1
1 files changed, 1 insertions, 0 deletions
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