Added a help file, mostly thanks to Jacob.

[originally from svn r4460]
This commit is contained in:
Simon Tatham
2004-08-16 12:23:56 +00:00
parent f2c240343f
commit 137c1d7bbd
13 changed files with 572 additions and 3 deletions

View File

@ -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);