Add Dominosa printout support.
[sgt/puzzles] / list.c
diff --git a/list.c b/list.c
index 5883a9a..785e9bb 100644 (file)
--- a/list.c
+++ b/list.c
@@ -18,6 +18,7 @@ echo -e '};\n\nconst int gamecount = lenof(gamelist);'
  */
 
 extern const game cube;
+extern const game dominosa;
 extern const game fifteen;
 extern const game flip;
 extern const game guess;
@@ -34,6 +35,7 @@ extern const game twiddle;
 
 const game *gamelist[] = {
     &cube,
+    &dominosa,
     &fifteen,
     &flip,
     &guess,