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/moves.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/search/moves.c') diff --git a/src/search/moves.c b/src/search/moves.c index 7089886..c0cdb4e 100644 --- a/src/search/moves.c +++ b/src/search/moves.c @@ -2,6 +2,10 @@ #include #include +void position_make_move(position_t* position, move_t* move) { + +} + moves_t moves_init() { return moves_init_wcapacity(16); } -- cgit v1.2.3