Keyboard cursor support for Rectangles, from James H.
[sgt/puzzles] / puzzles.h
index f2ef978..b375c3b 100644 (file)
--- a/puzzles.h
+++ b/puzzles.h
@@ -259,6 +259,7 @@ char *midend_deserialise(midend *me,
                          void *rctx);
 /* Printing functions supplied by the mid-end */
 char *midend_print_puzzle(midend *me, document *doc, int with_soln);
+int midend_tilesize(midend *me);
 
 /*
  * malloc.c