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]
This commit is contained in:
Simon Tatham
2005-10-13 18:30:24 +00:00
parent 29afca3ef9
commit 669bb81f08
8 changed files with 2664 additions and 2 deletions

2
list.c
View File

@ -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,
};