From 4faecc77264b6d3e84ae24707af5593490f36796 Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Fri, 21 Oct 2005 08:07:31 +0000 Subject: New puzzle from James H: `Bridges', another Nikoli job. [originally from svn r6409] --- list.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'list.c') diff --git a/list.c b/list.c index 71b1673..b1f1323 100644 --- a/list.c +++ b/list.c @@ -18,6 +18,7 @@ echo -e '};\n\nconst int gamecount = lenof(gamelist);' */ extern const game blackbox; +extern const game bridges; extern const game cube; extern const game dominosa; extern const game fifteen; @@ -43,6 +44,7 @@ extern const game untangle; const game *gamelist[] = { &blackbox, + &bridges, &cube, &dominosa, &fifteen, -- cgit v1.1