From 7b1f7d3e01f0fbb3ff08ba1f20ab1c9f9d7db179 Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Sun, 24 Dec 2006 15:56:47 +0000 Subject: HTML Help support for Puzzles, with the same kind of automatic fallback behaviour as PuTTY's support. [originally from svn r7009] --- puzzles.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'puzzles.h') diff --git a/puzzles.h b/puzzles.h index f67da1c..49c2a07 100644 --- a/puzzles.h +++ b/puzzles.h @@ -364,7 +364,7 @@ void free_combi(combi_ctx *combi); */ struct game { const char *name; - const char *winhelp_topic; + const char *winhelp_topic, *htmlhelp_topic; game_params *(*default_params)(void); int (*fetch_preset)(int i, char **name, game_params **params); void (*decode_params)(game_params *, char const *string); -- cgit v1.1