chiark / gitweb /
Another game from James H: `Black Box'.
[sgt-puzzles.git] / list.c
diff --git a/list.c b/list.c
index 5f4839c0ab7e89846cb896f71bfe2f6e3c978b01..93de9fc060d7b2a2f785f9faa151fd9fa40db85a 100644 (file)
--- a/list.c
+++ b/list.c
@@ -17,6 +17,7 @@ echo -e '};\n\nconst int gamecount = lenof(gamelist);'
 
  */
 
+extern const game blackbox;
 extern const game cube;
 extern const game dominosa;
 extern const game fifteen;
@@ -35,6 +36,7 @@ extern const game twiddle;
 extern const game untangle;
 
 const game *gamelist[] = {
+    &blackbox,
     &cube,
     &dominosa,
     &fifteen,