mirror of
git://git.tartarus.org/simon/puzzles.git
synced 2025-04-20 23:51:29 -07:00
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:
2
list.c
2
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,
|
||||
};
|
||||
|
Reference in New Issue
Block a user