X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/puzzles/blobdiff_plain/9d6c3859071b207a37cbd56624937a6b2daafdab..19937f86816c7e683d6130d928a02d148add6e3f:/list.c 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,