summaryrefslogtreecommitdiff
path: root/src/uci/state.h
diff options
context:
space:
mode:
authorAargh Rai <aargh.rai+git@gmail.com>2026-07-07 14:30:21 +0530
committerAargh Rai <aargh.rai+git@gmail.com>2026-07-07 14:30:21 +0530
commit965bf81879b22a25fd9b0d17ce6defd3d51c6173 (patch)
treeeeadd04afb52e950a3345c7fa4bc51d94446a658 /src/uci/state.h
parent3c540db464f4034d0a393b076c79a26851f68f47 (diff)
engine can now send updates to uci
Diffstat (limited to 'src/uci/state.h')
-rw-r--r--src/uci/state.h3
1 files changed, 3 insertions, 0 deletions
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];