X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/puzzles/blobdiff_plain/74476385fc26d87cf93338a16d3901930fa967f3..44f0599fe04cb578fb64bf17e54a7c19611f40c4:/list.c?ds=sidebyside diff --git a/list.c b/list.c index 6be39cc..5883a9a 100644 --- a/list.c +++ b/list.c @@ -25,6 +25,7 @@ extern const game mines; extern const game net; extern const game netslide; extern const game pattern; +extern const game pegs; extern const game rect; extern const game samegame; extern const game sixteen; @@ -40,6 +41,7 @@ const game *gamelist[] = { &net, &netslide, &pattern, + &pegs, &rect, &samegame, &sixteen,