X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=common.h;h=b184aec3234755064e4f054cc3bc3b669e24ddf6;hb=d5c36d4669c2f625af7c280c5a4ebdc4ba284e95;hp=72e66ba5a0836efcd646eafa98d72255f94f2f02;hpb=11bdae9e46aaeb00dd46db45908919e1e22e5590;p=xboard.git diff --git a/common.h b/common.h index 72e66ba..b184aec 100644 --- a/common.h +++ b/common.h @@ -655,6 +655,13 @@ typedef struct { int holdingsWidth; /* number of files left and right of board, 0 or 2 */ } GameInfo; +/* [AS] Search stats from chessprogram, for the played move */ +typedef struct { + int score; /* Centipawns */ + int depth; /* Plies */ + int time; /* Milliseconds */ +} ChessProgramStats_Move; + // [HGM] chat #define MAX_CHAT 3 extern int chatCount;