aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--list.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/list.c b/list.c
index 20e61b7..b9f321e 100644
--- a/list.c
+++ b/list.c
@@ -24,6 +24,7 @@ extern const game net;
extern const game netslide;
extern const game pattern;
extern const game rect;
+extern const game samegame;
extern const game sixteen;
extern const game solo;
extern const game twiddle;
@@ -36,6 +37,7 @@ const game *gamelist[] = {
&netslide,
&pattern,
&rect,
+ &samegame,
&sixteen,
&solo,
&twiddle,