From 965bf81879b22a25fd9b0d17ce6defd3d51c6173 Mon Sep 17 00:00:00 2001 From: Aargh Rai Date: Tue, 7 Jul 2026 14:30:21 +0530 Subject: engine can now send updates to uci --- src/uci/state.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/uci/state.h') diff --git a/src/uci/state.h b/src/uci/state.h index 849a08a..9b09774 100644 --- a/src/uci/state.h +++ b/src/uci/state.h @@ -80,7 +80,10 @@ typedef struct { char author[32]; bool debug; + int go; struct fen_load position; + struct uci_move *moves; + int moves_count; option_setting_t option_settings[11]; -- cgit v1.2.3