diff options
| author | Simon Tatham <anakin@pobox.com> | 2005-08-27 09:21:22 +0000 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2005-08-27 09:21:22 +0000 |
| commit | 622a5ff678773eefd3fe1a246d1c14dcd7c3ce40 (patch) | |
| tree | 48eb91849f75dc3941b9f3fc825e7a73fcbd9e21 /list.c | |
| parent | 067f06053cb6283da3f2fb76c813ec3f50de8b48 (diff) | |
| download | puzzles-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.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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, |