aboutsummaryrefslogtreecommitdiff
path: root/list.c
diff options
context:
space:
mode:
authorSimon Tatham <anakin@pobox.com>2005-08-04 19:14:10 +0000
committerSimon Tatham <anakin@pobox.com>2005-08-04 19:14:10 +0000
commit56e01e54fad38cf1470b0994ea2cc70c714ced5d (patch)
tree748995205fca26a66e514698d563b15f6e613f3a /list.c
parent20b1a772446db0cdb40da58427f1436065344e5c (diff)
downloadpuzzles-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.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/list.c b/list.c
index 3cb0495..39b4ba9 100644
--- a/list.c
+++ b/list.c
@@ -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,