X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=common.h;h=ad52fb98075d4e6bc194fb56c594bef1780c92c6;hb=407cd1126c6c24d890359f1fe1686f6d90c0ad61;hp=b84760e06bd5ecbe54babc2cdfd6adeca994de2d;hpb=c90dc392ef0e30c7fd481ee47bd9a39aafebcdf4;p=xboard.git diff --git a/common.h b/common.h index b84760e..ad52fb9 100644 --- a/common.h +++ b/common.h @@ -564,6 +564,7 @@ typedef struct { Boolean isUCI[ENGINES]; Boolean hasOwnBookUCI[ENGINES]; char * adapterCommand; + char * ucciAdapter; char * polyglotDir; Boolean usePolyglotBook; char * polyglotBook; @@ -630,6 +631,7 @@ typedef struct { char *egtFormats; int niceEngines; /* [HGM] nice */ char *logo[ENGINES];/* [HGM] logo */ + char *pairingEngine;/* [HGM] pairing */ Boolean autoLogo; Boolean noGUI; /* [HGM] fast: suppress all display updates */ char *engOptions[ENGINES]; /* [HGM] options */ @@ -645,8 +647,10 @@ typedef struct { Boolean markers; /* [HGM] markers */ Boolean pieceMenu; Boolean sweepSelect; + Boolean whitePOV; char *tourneyFile; + char *defName; char *processes; char *results; char *participants;