X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=common.h;h=6140d5e856deaf14666fcde7f2c2fbe0d0244633;hb=5bcaf4baecc46eda033c3b86f753a4d85d1bcfec;hp=61e2c4956f559c186c4afd7967c84ea073342a7d;hpb=f9b929eddb900bbbd09ecb80b47c9b9e00e4cfaa;p=xboard.git diff --git a/common.h b/common.h index 61e2c49..6140d5e 100644 --- a/common.h +++ b/common.h @@ -644,6 +644,15 @@ typedef struct { Boolean markers; /* [HGM] markers */ Boolean pieceMenu; Boolean sweepSelect; + + char *tourneyFile; + char *processes; + char *results; + char *participants; + int tourneyType; + int tourneyCycles; + Boolean roundSync; + Boolean cycleSync; } AppData, *AppDataPtr; /* PGN tags (for showing in the game list) */