diff options
| author | Simon Tatham <anakin@pobox.com> | 2005-08-04 19:14:10 +0000 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2005-08-04 19:14:10 +0000 |
| commit | 56e01e54fad38cf1470b0994ea2cc70c714ced5d (patch) | |
| tree | 748995205fca26a66e514698d563b15f6e613f3a /list.c | |
| parent | 20b1a772446db0cdb40da58427f1436065344e5c (diff) | |
| download | puzzles-56e01e54fad38cf1470b0994ea2cc70c714ced5d.zip puzzles-56e01e54fad38cf1470b0994ea2cc70c714ced5d.tar.gz puzzles-56e01e54fad38cf1470b0994ea2cc70c714ced5d.tar.bz2 puzzles-56e01e54fad38cf1470b0994ea2cc70c714ced5d.tar.xz | |
New puzzle: `Light Up', by James H.
Also in this checkin (committed by mistake - I meant to do it
separately), a behind-the-scenes change to Slant to colour the two
non-touching classes of diagonals in different colours. Both colours
are set to black by default, but configuration by way of
SLANT_COLOUR_* can distinguish them if you want.
[originally from svn r6164]
Diffstat (limited to 'list.c')
| -rw-r--r-- | list.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -23,6 +23,7 @@ extern const game dominosa; extern const game fifteen; extern const game flip; extern const game guess; +extern const game lightup; extern const game mines; extern const game net; extern const game netslide; @@ -43,6 +44,7 @@ const game *gamelist[] = { &fifteen, &flip, &guess, + &lightup, &mines, &net, &netslide, |