X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/puzzles/blobdiff_plain/1d8e8ad877a2eb931659f6d5b531684a42ba28f1..4b24f58222c549b383d23ed86a958c9656218c48:/list.c?ds=sidebyside diff --git a/list.c b/list.c index be494e8..6491934 100644 --- a/list.c +++ b/list.c @@ -25,6 +25,7 @@ extern const game pattern; extern const game rect; extern const game sixteen; extern const game solo; +extern const game twiddle; const game *gamelist[] = { &cube, @@ -35,6 +36,7 @@ const game *gamelist[] = { &rect, &sixteen, &solo, + &twiddle, }; const int gamecount = lenof(gamelist);