chiark / gitweb /
HTML Help support for Puzzles, with the same kind of automatic
[sgt-puzzles.git] / samegame.c
index 2a28f1d9227abb69ad6716af3a937195e2586cfd..f66e8898191224d7aac14527582c38bdb96865dd 100644 (file)
@@ -1626,7 +1626,7 @@ static void game_print(drawing *dr, game_state *state, int tilesize)
 #endif
 
 const struct game thegame = {
-    "Same Game", "games.samegame",
+    "Same Game", "games.samegame", "samegame",
     default_params,
     game_fetch_preset,
     decode_params,