aboutsummaryrefslogtreecommitdiff
path: root/list.c
diff options
context:
space:
mode:
authorSimon Tatham <anakin@pobox.com>2005-07-17 08:44:18 +0000
committerSimon Tatham <anakin@pobox.com>2005-07-17 08:44:18 +0000
commite12017b291b621d33708750018412c436e82d950 (patch)
tree0ed5826aedd0793b4324b8f7a54a6a95bbc6847e /list.c
parent931a7ca45f4c247e974509922b879cc631a84ec9 (diff)
downloadpuzzles-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.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/list.c b/list.c
index 5f4839c..93de9fc 100644
--- a/list.c
+++ b/list.c
@@ -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,