X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=moves.h;fp=moves.h;h=a86cca59fb67206f848db092a61379c8626b3432;hb=00360e226b6c74d58365901e8cc5941a5ec9ff11;hp=b4b9eb35db8a730fa1c2ae74d9aec53ef3381cb9;hpb=31806343176bad28a8ac91ab33bc15a4db8bed7f;p=xboard.git diff --git a/moves.h b/moves.h index b4b9eb3..a86cca5 100644 --- a/moves.h +++ b/moves.h @@ -81,6 +81,7 @@ typedef void (*MoveCallback) P((Board board, int flags, ChessMove kind, destroying your own king is illegal */ #define F_FRC_TYPE_CASTLING 256 /* generate castlings as captures of own Rook */ #define F_MANDATORY_CAPTURE 0x200 +#define F_NULL_MOVE 0x400 /* Special epfile values. [HGM] positive values are non-reversible moves! */ #define EP_NONE (-6) /* [HGM] Tricky! order matters: */