aboutsummaryrefslogtreecommitdiff
path: root/list.c
diff options
context:
space:
mode:
authorSimon Tatham <anakin@pobox.com>2005-08-27 09:21:22 +0000
committerSimon Tatham <anakin@pobox.com>2005-08-27 09:21:22 +0000
commit622a5ff678773eefd3fe1a246d1c14dcd7c3ce40 (patch)
tree48eb91849f75dc3941b9f3fc825e7a73fcbd9e21 /list.c
parent067f06053cb6283da3f2fb76c813ec3f50de8b48 (diff)
downloadpuzzles-622a5ff678773eefd3fe1a246d1c14dcd7c3ce40.zip
puzzles-622a5ff678773eefd3fe1a246d1c14dcd7c3ce40.tar.gz
puzzles-622a5ff678773eefd3fe1a246d1c14dcd7c3ce40.tar.bz2
puzzles-622a5ff678773eefd3fe1a246d1c14dcd7c3ce40.tar.xz
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]
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 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,