X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/puzzles/blobdiff_plain/4a9957b631033dd550ade368dddad95fbc9d115d..7b3481c8f4811460f8d0ba42f2a3e5af3a73a2dc:/puzzles.h diff --git a/puzzles.h b/puzzles.h index f2ef978..b375c3b 100644 --- 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