X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=frontend.h;h=8e57e5888cef033bff9552b77eb5c11b0c7481a8;hb=eb0b8eabe5bf8d5139bc82bf79b88aded98d96c8;hp=14fa176077cb5eb4ab86d7c1edfbeded3c9018f1;hpb=79eb4f2ca3c883e02bf530d6de60c8962a14cb7d;p=xboard.git diff --git a/frontend.h b/frontend.h index 14fa176..8e57e58 100644 --- a/frontend.h +++ b/frontend.h @@ -191,6 +191,7 @@ void ClearHighlights P((void)); void SetPremoveHighlights P((int fromX, int fromY, int toX, int toY)); void ClearPremoveHighlights P((void)); +void AnimateAtomicCapture P((Board board, int fromX, int fromY, int toX, int toY)); void ShutDownFrontEnd P((void)); void BoardToTop P((void)); void AnimateMove P((Board board, int fromX, int fromY, int toX, int toY));