From 7888d8db677e25d2401914e6aacb1be02301d15f Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Tue, 6 Jan 2009 23:26:18 +0000 Subject: Patch from James H to enable a single monolithic binary to be built alongside the individual puzzle binaries, on Windows only. (MacOS already has it, of course; Unix would require about as much work again.) [originally from svn r8396] --- midend.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'midend.c') diff --git a/midend.c b/midend.c index 22d823b..df395e0 100644 --- a/midend.c +++ b/midend.c @@ -278,6 +278,8 @@ void midend_size(midend *me, int *x, int *y, int user_size) *y = me->winheight; } +int midend_tilesize(midend *me) { return me->tilesize; } + void midend_set_params(midend *me, game_params *params) { me->ourgame->free_params(me->params); -- cgit v1.1