chiark / gitweb /
HTML Help support for Puzzles, with the same kind of automatic
[sgt-puzzles.git] / sixteen.c
index 75751b972dcf97f231f5789172befcd62664058b..f16bc96ef05c534551aec737838250d5b2d7d3e4 100644 (file)
--- a/sixteen.c
+++ b/sixteen.c
@@ -1014,7 +1014,7 @@ static void game_print(drawing *dr, game_state *state, int tilesize)
 #endif
 
 const struct game thegame = {
-    "Sixteen", "games.sixteen",
+    "Sixteen", "games.sixteen", "sixteen",
     default_params,
     game_fetch_preset,
     decode_params,