X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/puzzles/blobdiff_plain/19ef4855cd8681b43024a9df144c22aae91abc4f..7c568a48f46bd88d9f298a1c29ac0f64a88266c0:/list.c?ds=sidebyside 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);