X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=common.h;h=98a6149765e39ba3b414bbdbab9cf5e802e55d1d;hb=b9fd60495d47ef08fbff17ae883ae69d37fcb859;hp=5f8f5f1bc954acfc8ada87e8bd6b4a59a2633e33;hpb=c69beebf3decbe67eb92beab56bbc34c41c39831;p=xboard.git diff --git a/common.h b/common.h index 5f8f5f1..98a6149 100644 --- a/common.h +++ b/common.h @@ -667,8 +667,10 @@ typedef struct { char *processes; char *results; char *participants; + char *afterGame; int tourneyType; int tourneyCycles; + int seedBase; Boolean roundSync; Boolean cycleSync; } AppData, *AppDataPtr;