X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=common.h;h=5dc5287e8cd8d19fedfe2740dd2cc69ad64f49b2;hb=c4545166b97f99043e21f352e1439af355da5d32;hp=9d5c0eb1ccc2ff2bb29b1597e6b2838582943850;hpb=4eec2ced245a4f86a63ca03781250cc6c82cddf2;p=xboard.git diff --git a/common.h b/common.h index 9d5c0eb..5dc5287 100644 --- a/common.h +++ b/common.h @@ -572,6 +572,7 @@ typedef struct { char * ucciAdapter; char * polyglotDir; Boolean usePolyglotBook; + Boolean defNoBook; char * polyglotBook; int bookDepth; int bookStrength; @@ -633,6 +634,9 @@ typedef struct { int eloThreshold2; int dateThreshold; int searchMode; + int stretch; + Boolean ignoreColors; + Boolean findMirror; char *userName; int rewindIndex; /* [HGM] autoinc */ int sameColorGames; /* [HGM] alternate */