X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=backend.h;h=0b901c1ee00c56941886ff682bde08bfe3bbb498;hb=9d270b7479328210b4f4f47ad3c769c60e4ce200;hp=7b39f880d9115bb056665adf61efc01253580fd7;hpb=66a4d3394a1b23ab654e3fb6027ad9b5b2bd461c;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;