X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=common.h;h=4f5b85bc4d6c9665262871a3e1d1b83b37e57657;hb=4d3fc238587cf474577210196630a69530cd7c2b;hp=fb2f52ca3af82a9347fc836aa64265957fc1cfcb;hpb=4bd4dc5af66a014417c35d775c8ac0b5ea6331ec;p=xboard.git diff --git a/common.h b/common.h index fb2f52c..4f5b85b 100644 --- a/common.h +++ b/common.h @@ -226,6 +226,7 @@ typedef char *String; #define BELLCHAR '\007' #define NULLCHAR '\000' #define FEATURE_TIMEOUT 10000 /*ms*/ +#define MATE_SCORE 100000 #define CLOCK_FONT 0 #define MESSAGE_FONT 1 @@ -528,6 +529,7 @@ typedef struct { Boolean fischerCastling;/* [HGM] fischer: allow Fischr castling in any variant */ Boolean matchMode; int matchGames; + Boolean epd; Boolean monoMode; Boolean debugMode; Boolean clockMode;