X-Git-Url: http://winboard.nl/cgi-bin?p=bonanza.git;a=blobdiff_plain;f=shogi.h;h=ecc1ed1da943a3c27874f28eed9e5b76efe22ffd;hp=395126f0be9f31026810e4fd1cf680021ed2d948;hb=b254afaa5659484d8643f4aac1fb18245d7e0199;hpb=4106e127a492aa4c0f5f01112b824fcb678b2d52 diff --git a/shogi.h b/shogi.h index 395126f..ecc1ed1 100644 --- a/shogi.h +++ b/shogi.h @@ -956,6 +956,7 @@ extern const int aikkp_hand[8]; extern const char ach_turn[2]; extern const unsigned char aifile[ nsquare ]; extern const unsigned char airank[ nsquare ]; +extern int root_pos[]; // [HGM] remembers root position during pondering extern int move_list[], move_ptr; // [HGM] undo: game history (used in proce.c and makemove.c) extern char analyze_mode; // [HGM] exclude: used in proce.c and root.c