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

@ -2216,7 +2216,7 @@ static void game_print(drawing *dr, game_state *state, int tilesize)
#endif
const struct game thegame = {
"Light Up", "games.lightup",
"Light Up", "games.lightup", "lightup",
default_params,
game_fetch_preset,
decode_params,