X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=moves.h;h=d8f3953d82d757743f5258b977539e6c179f1f98;hb=d9f4b584106f4d7477158476ff792f6fa0b2630a;hp=105906bb89e6e821822aaaca309705a5d1e4c203;hpb=48d27c1a58658e51013cca580e37840f54419e13;p=xboard.git diff --git a/moves.h b/moves.h index 105906b..d8f3953 100644 --- a/moves.h +++ b/moves.h @@ -171,3 +171,5 @@ void Disambiguate P((Board board, int flags, DisambiguateClosure *closure)); ChessMove CoordsToAlgebraic P((Board board, int flags, int rf, int ff, int rt, int ft, int promoChar, char out[MOVE_LEN])); + +extern int quickFlag;