aboutsummaryrefslogtreecommitdiff
path: root/list.c
diff options
context:
space:
mode:
Diffstat (limited to 'list.c')
-rw-r--r--list.c2
1 files changed, 2 insertions, 0 deletions
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,