X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=common.h;h=9f54f4717177cd3324fd85520da931957785178d;hb=ba3e6a6301920d112fde459b61a5a5206565dcbd;hp=cb1278f0827575d308cee295060f2a43fbb9ac56;hpb=67051c8bb6f5a71f15b249f9e9757e3e63ef88f3;p=xboard.git diff --git a/common.h b/common.h index cb1278f..9f54f47 100644 --- a/common.h +++ b/common.h @@ -838,6 +838,7 @@ typedef struct { int whiteRating; /* -1 if unknown */ int blackRating; /* -1 if unknown */ VariantClass variant; + char *variantName; char *outOfBook; /* [AS] Move and score when engine went out of book */ int boardWidth; /* [HGM] adjustable board size */ int boardHeight;