X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=common.h;h=09e9e77d1d1a33ad5143030dcf55a6f7eddc2ea1;hb=51c9e1b8ab3c5d4979bc4569b3d0387b09977315;hp=5dc5287e8cd8d19fedfe2740dd2cc69ad64f49b2;hpb=1f070c3ba500547459ad3df71fbdbad1e5b4b4a0;p=xboard.git diff --git a/common.h b/common.h index 5dc5287..09e9e77 100644 --- a/common.h +++ b/common.h @@ -649,6 +649,8 @@ typedef struct { Boolean noGUI; /* [HGM] fast: suppress all display updates */ char *engOptions[ENGINES]; /* [HGM] options */ char *fenOverride[ENGINES]; + char *features[ENGINES]; + char *featureDefaults; Boolean keepAlive; /* [HGM] alive */ Boolean forceIllegal;/*[HGM] illegal */ Boolean noJoin; /* [HGM] join */ @@ -672,6 +674,7 @@ typedef struct { char *results; char *participants; char *afterGame; + char *afterTourney; int tourneyType; int tourneyCycles; int seedBase;