X-Git-Url: http://winboard.nl/cgi-bin?p=bonanza.git;a=blobdiff_plain;f=shogi.h;fp=shogi.h;h=cf00c3889e69cd8e92a75d8a77653ade16c1c8bb;hp=1aa2585e34d94b8b9569c49f47d348a3c6363cc8;hb=796705fb0dd6391c4d0ad8a637eeefa405425bb0;hpb=5ad93f2f24a2644dbb483531ea36e1e21997b6a6 diff --git a/shogi.h b/shogi.h index 1aa2585..cf00c38 100644 --- a/shogi.h +++ b/shogi.h @@ -1024,6 +1024,8 @@ extern const char ashell_h[ SHELL_H_LEN ]; extern const unsigned char aifile[ nsquare ]; extern const unsigned char airank[ nsquare ]; extern int move_list[], move_ptr; // [HGM] undo: game history (used in proce.c and makemove.c) +extern int exclude_list[]; // [HGM] exclude: 'restraint list' of moves to be excluded from analysis +extern char analyze_mode; // [HGM] exclude: used in proce.c and root.c void pv_close( tree_t * restrict ptree, int ply, int type ); void pv_copy( tree_t * restrict ptree, int ply );