X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/puzzles/blobdiff_plain/19ef4855cd8681b43024a9df144c22aae91abc4f..6ae3730169b0c020d90fe20ace77262d19d26a2b:/list.c diff --git a/list.c b/list.c index 9438c7e..be494e8 100644 --- a/list.c +++ b/list.c @@ -24,6 +24,7 @@ extern const game netslide; extern const game pattern; extern const game rect; extern const game sixteen; +extern const game solo; const game *gamelist[] = { &cube, @@ -33,6 +34,7 @@ const game *gamelist[] = { &pattern, &rect, &sixteen, + &solo, }; const int gamecount = lenof(gamelist);