X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/puzzles/blobdiff_plain/c51c7de6576daa0fbe9c63fc2aa98bff2e1bf950..899e7ff54c5c345cac62818d4d13feb1aca790f1:/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,