diff options
Diffstat (limited to 'src/uci/state.h')
| -rw-r--r-- | src/uci/state.h | 3 |
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]; |
