aboutsummaryrefslogtreecommitdiff
path: root/list.c
diff options
context:
space:
mode:
authorSimon Tatham <anakin@pobox.com>2005-10-13 18:30:24 +0000
committerSimon Tatham <anakin@pobox.com>2005-10-13 18:30:24 +0000
commit669bb81f084191d0163de43c8e1631e30d913b00 (patch)
tree1d67f7f0ab2b655fd7c529326933218cbd2f14c1 /list.c
parent29afca3ef95151bfeb35555ff192836d472370ad (diff)
downloadpuzzles-669bb81f084191d0163de43c8e1631e30d913b00.zip
puzzles-669bb81f084191d0163de43c8e1631e30d913b00.tar.gz
puzzles-669bb81f084191d0163de43c8e1631e30d913b00.tar.bz2
puzzles-669bb81f084191d0163de43c8e1631e30d913b00.tar.xz
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]
Diffstat (limited to 'list.c')
-rw-r--r--list.c2
1 files changed, 2 insertions, 0 deletions
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,
};