X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=common.h;h=4ea68ed80959c88e22d2748570d7095ead2e398c;hb=29df666d997ad990de5376c962b154b26eb73f2f;hp=140f94fe49c9f4cd66a1510e7a7eeccabe90d234;hpb=2380bd9a886c088ba6040d99932c20cdf080fbbb;p=xboard.git diff --git a/common.h b/common.h index 140f94f..4ea68ed 100644 --- a/common.h +++ b/common.h @@ -407,6 +407,7 @@ typedef struct { int firstProtocolVersion; int secondProtocolVersion; Boolean showButtonBar; + /* [AS] New properties (down to the "ZIPPY" part) */ Boolean firstScoreIsAbsolute; /* If true, engine score is always from white side */ Boolean secondScoreIsAbsolute; /* If true, engine score is always from white side */ @@ -441,6 +442,17 @@ typedef struct { int adjudicateDrawMoves; Boolean autoDisplayComment; Boolean autoDisplayTags; + Boolean firstIsUCI; + Boolean secondIsUCI; + Boolean firstHasOwnBookUCI; + Boolean secondHasOwnBookUCI; + char * polyglotDir; + Boolean usePolyglotBook; + char * polyglotBook; + int defaultHashSize; + int defaultCacheSizeEGTB; + char * defaultPathEGTB; + #if ZIPPY char *zippyLines; char *zippyPinhead;