From 3be19aed9445f522caed8486c778a23c334d51cc Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Sat, 30 Apr 2005 12:54:22 +0000 Subject: New puzzle: `twiddle', generalised from a random door-unlocking gadget in Metroid Prime 2. [originally from svn r5708] --- list.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'list.c') diff --git a/list.c b/list.c index be494e8..6491934 100644 --- a/list.c +++ b/list.c @@ -25,6 +25,7 @@ extern const game pattern; extern const game rect; extern const game sixteen; extern const game solo; +extern const game twiddle; const game *gamelist[] = { &cube, @@ -35,6 +36,7 @@ const game *gamelist[] = { &rect, &sixteen, &solo, + &twiddle, }; const int gamecount = lenof(gamelist); -- cgit v1.1