From 622a5ff678773eefd3fe1a246d1c14dcd7c3ce40 Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Sat, 27 Aug 2005 09:21:22 +0000 Subject: New puzzle: `Inertia', originally written for Windows by Ben Olmstead and reimplemented with the help of his source code which he was kind enough to release into the public domain. [originally from svn r6222] --- list.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'list.c') diff --git a/list.c b/list.c index 0ca9b1c..7b57c4f 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 inertia; extern const game lightup; extern const game loopy; extern const game map; @@ -46,6 +47,7 @@ const game *gamelist[] = { &fifteen, &flip, &guess, + &inertia, &lightup, &loopy, &map, -- cgit v1.1