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 785e9bb..5f4839c 100644
--- a/list.c
+++ b/list.c
@@ -32,6 +32,7 @@ extern const game samegame;
extern const game sixteen;
extern const game solo;
extern const game twiddle;
+extern const game untangle;
const game *gamelist[] = {
&cube,
@@ -49,6 +50,7 @@ const game *gamelist[] = {
&sixteen,
&solo,
&twiddle,
+ &untangle,
};
const int gamecount = lenof(gamelist);