X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/puzzles/blobdiff_plain/c51c7de6576daa0fbe9c63fc2aa98bff2e1bf950..e28d0584ec76ae4bd34805756b4c18bf174d3460:/list.c diff --git a/list.c b/list.c index aedbfcb..0ca9b1c 100644 --- a/list.c +++ b/list.c @@ -24,6 +24,7 @@ extern const game fifteen; extern const game flip; extern const game guess; extern const game lightup; +extern const game loopy; extern const game map; extern const game mines; extern const game net; @@ -46,6 +47,7 @@ const game *gamelist[] = { &flip, &guess, &lightup, + &loopy, &map, &mines, &net,