From 669bb81f084191d0163de43c8e1631e30d913b00 Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Thu, 13 Oct 2005 18:30:24 +0000 Subject: New puzzle: `Tents'. Requires a potentially shared algorithms module maxflow.c. Also in this checkin, fixes to the OS X and GTK back ends to get ALIGN_VNORMAL right. This is the first time I've used it! :-) [originally from svn r6390] --- list.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'list.c') diff --git a/list.c b/list.c index 7b57c4f..71b1673 100644 --- a/list.c +++ b/list.c @@ -37,6 +37,7 @@ extern const game samegame; extern const game sixteen; extern const game slant; extern const game solo; +extern const game tents; extern const game twiddle; extern const game untangle; @@ -61,6 +62,7 @@ const game *gamelist[] = { &sixteen, &slant, &solo, + &tents, &twiddle, &untangle, }; -- cgit v1.1