Add Dominosa printout support.
[sgt/puzzles] / list.c
diff --git a/list.c b/list.c
index 6be39cc..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;
@@ -25,6 +26,7 @@ extern const game mines;
 extern const game net;
 extern const game netslide;
 extern const game pattern;
+extern const game pegs;
 extern const game rect;
 extern const game samegame;
 extern const game sixteen;
@@ -33,6 +35,7 @@ extern const game twiddle;
 
 const game *gamelist[] = {
     &cube,
+    &dominosa,
     &fifteen,
     &flip,
     &guess,
@@ -40,6 +43,7 @@ const game *gamelist[] = {
     &net,
     &netslide,
     &pattern,
+    &pegs,
     &rect,
     &samegame,
     &sixteen,