diff options
| author | Simon Tatham <anakin@pobox.com> | 2005-07-17 08:44:18 +0000 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2005-07-17 08:44:18 +0000 |
| commit | e12017b291b621d33708750018412c436e82d950 (patch) | |
| tree | 0ed5826aedd0793b4324b8f7a54a6a95bbc6847e /list.c | |
| parent | 931a7ca45f4c247e974509922b879cc631a84ec9 (diff) | |
| download | puzzles-e12017b291b621d33708750018412c436e82d950.zip puzzles-e12017b291b621d33708750018412c436e82d950.tar.gz puzzles-e12017b291b621d33708750018412c436e82d950.tar.bz2 puzzles-e12017b291b621d33708750018412c436e82d950.tar.xz | |
Another game from James H: `Black Box'.
[originally from svn r6100]
Diffstat (limited to 'list.c')
| -rw-r--r-- | list.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -17,6 +17,7 @@ echo -e '};\n\nconst int gamecount = lenof(gamelist);' */ +extern const game blackbox; extern const game cube; extern const game dominosa; extern const game fifteen; @@ -35,6 +36,7 @@ extern const game twiddle; extern const game untangle; const game *gamelist[] = { + &blackbox, &cube, &dominosa, &fifteen, |