X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=moves.h;h=d8f3953d82d757743f5258b977539e6c179f1f98;hb=08a38fdd71f1fae28fb213d4c5f6fb0834967412;hp=105906bb89e6e821822aaaca309705a5d1e4c203;hpb=b8bd259a053aef05b8f0ee07886702b5870234cf;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;