summaryrefslogtreecommitdiff
path: root/src/search.h
diff options
context:
space:
mode:
authorAargh Rai <aargh.rai+git@gmail.com>2026-05-26 23:43:55 +0530
committerAargh Rai <aargh.rai+git@gmail.com>2026-05-26 23:43:55 +0530
commitf5c67c1410c1f9af5da99d2ea02192c21f8abc08 (patch)
treea830268b20a1b5bd828c3b88d518140f8e159cae /src/search.h
parentad32fc54b2869c0bbedcabea6274b0e3732ec893 (diff)
adding move marker
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 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;