From f5c67c1410c1f9af5da99d2ea02192c21f8abc08 Mon Sep 17 00:00:00 2001 From: Aargh Rai Date: Tue, 26 May 2026 23:43:55 +0530 Subject: adding move marker --- 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 5648e99..85311f1 100644 --- a/src/search.h +++ b/src/search.h @@ -10,6 +10,7 @@ typedef struct { square_t from; square_t to; } move_t; +void position_make_move(position_t* position, move_t* move); typedef struct { move_t* moves; -- cgit v1.2.3