From 137c1d7bbd5b2924ce700715c10b2d8d9aa43484 Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Mon, 16 Aug 2004 12:23:56 +0000 Subject: Added a help file, mostly thanks to Jacob. [originally from svn r4460] --- puzzles.h | 1 + 1 file changed, 1 insertion(+) (limited to 'puzzles.h') diff --git a/puzzles.h b/puzzles.h index 37636f4..b04ec97 100644 --- a/puzzles.h +++ b/puzzles.h @@ -160,6 +160,7 @@ void random_free(random_state *state); * Game-specific routines */ extern const char *const game_name; +extern const char *const game_winhelp_topic; const int game_can_configure; game_params *default_params(void); int game_fetch_preset(int i, char **name, game_params **params); -- cgit v1.1