diff options
| author | Simon Tatham <anakin@pobox.com> | 2005-10-21 08:07:31 +0000 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2005-10-21 08:07:31 +0000 |
| commit | 4faecc77264b6d3e84ae24707af5593490f36796 (patch) | |
| tree | cc44efc1d67d2cfb210f2f5d3f32cf0f949323d1 /list.c | |
| parent | 6ea453c95f1051b23bc128a34e1166bc9c53cdff (diff) | |
| download | puzzles-4faecc77264b6d3e84ae24707af5593490f36796.zip puzzles-4faecc77264b6d3e84ae24707af5593490f36796.tar.gz puzzles-4faecc77264b6d3e84ae24707af5593490f36796.tar.bz2 puzzles-4faecc77264b6d3e84ae24707af5593490f36796.tar.xz | |
New puzzle from James H: `Bridges', another Nikoli job.
[originally from svn r6409]
Diffstat (limited to 'list.c')
| -rw-r--r-- | list.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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, |