HTML Help support for Puzzles, with the same kind of automatic

fallback behaviour as PuTTY's support.

[originally from svn r7009]
This commit is contained in:
Simon Tatham
2006-12-24 15:56:47 +00:00
parent d1cfcffa05
commit 7b1f7d3e01
29 changed files with 192 additions and 68 deletions

View File

@ -2629,7 +2629,7 @@ static void game_print(drawing *dr, game_state *state, int ts)
#endif
const struct game thegame = {
"Bridges", "games.bridges",
"Bridges", "games.bridges", "bridges",
default_params,
game_fetch_preset,
decode_params,