X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=backend.h;h=0b901c1ee00c56941886ff682bde08bfe3bbb498;hb=eb0b8eabe5bf8d5139bc82bf79b88aded98d96c8;hp=7b39f880d9115bb056665adf61efc01253580fd7;hpb=79eb4f2ca3c883e02bf530d6de60c8962a14cb7d;p=xboard.git diff --git a/backend.h b/backend.h index 7b39f88..0b901c1 100644 --- a/backend.h +++ b/backend.h @@ -286,6 +286,7 @@ extern char* StripHighlightAndTitle P((char *)); /* returns static data */ extern void ics_update_width P((int new_width)); extern Boolean set_cont_sequence P((char *new_seq)); extern int wrap P((char *dest, char *src, int count, int width, int *lp)); +int Explode P((Board board, int fromX, int fromY, int toX, int toY)); typedef enum { CheckBox, ComboBox, TextBox, Button, Spin, ResetButton, SaveButton, FileName, PathName, Slider, Message } Control;