X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=frontend.h;h=50906f0ac55b9f6a88dbbdd9b348d8fe6bb0d5af;hb=14fa496aee4fc5ff4288ac254937a0cab78c12eb;hp=490ef8c8bd8ee7f6daa8cdec77b76c746f3699f1;hpb=67e15f886057db1a570ab8e29e7a8a6277736fb3;p=xboard.git diff --git a/frontend.h b/frontend.h index 490ef8c..50906f0 100644 --- a/frontend.h +++ b/frontend.h @@ -198,6 +198,7 @@ void AnimateMove P((Board board, int fromX, int fromY, int toX, int toY)); void HistorySet P((char movelist[][2*MOVE_LEN], int first, int last, int current)); void FreezeUI P((void)); void ThawUI P((void)); +void ChangeDragPiece P((ChessSquare piece)); extern char *programName; extern int commentUp;