aboutsummaryrefslogtreecommitdiff
path: root/puzzles.h
diff options
context:
space:
mode:
authorSimon Tatham <anakin@pobox.com>2004-08-16 12:23:56 +0000
committerSimon Tatham <anakin@pobox.com>2004-08-16 12:23:56 +0000
commit137c1d7bbd5b2924ce700715c10b2d8d9aa43484 (patch)
tree674ad7880e76d0fc869bd7ab7d125e4afd8f2d76 /puzzles.h
parentf2c240343f98e137228f898169511e139619006a (diff)
downloadpuzzles-137c1d7bbd5b2924ce700715c10b2d8d9aa43484.zip
puzzles-137c1d7bbd5b2924ce700715c10b2d8d9aa43484.tar.gz
puzzles-137c1d7bbd5b2924ce700715c10b2d8d9aa43484.tar.bz2
puzzles-137c1d7bbd5b2924ce700715c10b2d8d9aa43484.tar.xz
Added a help file, mostly thanks to Jacob.
[originally from svn r4460]
Diffstat (limited to 'puzzles.h')
-rw-r--r--puzzles.h1
1 files changed, 1 insertions, 0 deletions
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);