diff options
| author | Simon Tatham <anakin@pobox.com> | 2004-08-16 12:23:56 +0000 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2004-08-16 12:23:56 +0000 |
| commit | 137c1d7bbd5b2924ce700715c10b2d8d9aa43484 (patch) | |
| tree | 674ad7880e76d0fc869bd7ab7d125e4afd8f2d76 /puzzles.h | |
| parent | f2c240343f98e137228f898169511e139619006a (diff) | |
| download | puzzles-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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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); |