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 7b57c4f..71b1673 100644
--- a/list.c
+++ b/list.c
@@ -37,6 +37,7 @@ extern const game samegame;
extern const game sixteen;
extern const game slant;
extern const game solo;
+extern const game tents;
extern const game twiddle;
extern const game untangle;
@@ -61,6 +62,7 @@ const game *gamelist[] = {
&sixteen,
&slant,
&solo,
+ &tents,
&twiddle,
&untangle,
};