X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=common.h;h=94031ad0393fd426238b2d74ca633628ed931e36;hb=3681f490b0a9cdaadd754972147b5140cf2c269b;hp=791e5e5086472220217fdb64184a0fdf77f11e71;hpb=a2724ace243e91f45310697eafaafe8d44245242;p=xboard.git diff --git a/common.h b/common.h index 791e5e5..94031ad 100644 --- a/common.h +++ b/common.h @@ -396,6 +396,7 @@ typedef struct { char *computerString[ENGINES]; char *chessProgram[ENGINES]; char *directory[ENGINES]; + char *pgnName[ENGINES]; Boolean firstPlaysBlack; Boolean noChessProgram; char *host[ENGINES]; @@ -644,6 +645,7 @@ typedef struct { Boolean markers; /* [HGM] markers */ Boolean pieceMenu; Boolean sweepSelect; + Boolean whitePOV; char *tourneyFile; char *processes;