chiark / gitweb /
HTML Help support for Puzzles, with the same kind of automatic
[sgt-puzzles.git] / dominosa.c
index 91745670fa676056625e8b54875ad03a133fad01..0264675bc96e398d031ed90b58351553c30c8342 100644 (file)
@@ -1740,7 +1740,7 @@ static void game_print(drawing *dr, game_state *state, int tilesize)
 #endif
 
 const struct game thegame = {
-    "Dominosa", "games.dominosa",
+    "Dominosa", "games.dominosa", "dominosa",
     default_params,
     game_fetch_preset,
     decode_params,