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 9438c7e..be494e8 100644
--- a/list.c
+++ b/list.c
@@ -24,6 +24,7 @@ extern const game netslide;
extern const game pattern;
extern const game rect;
extern const game sixteen;
+extern const game solo;
const game *gamelist[] = {
&cube,
@@ -33,6 +34,7 @@ const game *gamelist[] = {
&pattern,
&rect,
&sixteen,
+ &solo,
};
const int gamecount = lenof(gamelist);