X-Git-Url: http://winboard.nl/cgi-bin?p=bonanza.git;a=blobdiff_plain;f=shogi.h;h=1aa2585e34d94b8b9569c49f47d348a3c6363cc8;hp=809e687cb28eeeddb6acaa1805b6eae2f332e298;hb=b850f7cbcdc13f78355a7dc302e3e27a0552bb37;hpb=18b507e1b20fc6c32ee50f00fb910a59110c1a1d diff --git a/shogi.h b/shogi.h index 809e687..1aa2585 100644 --- a/shogi.h +++ b/shogi.h @@ -1023,6 +1023,7 @@ extern const char ach_turn[2]; 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) void pv_close( tree_t * restrict ptree, int ply, int type ); void pv_copy( tree_t * restrict ptree, int ply );