Have each game declare a name which is used for window titles etc.

[originally from svn r4167]
This commit is contained in:
Simon Tatham
2004-04-28 17:46:04 +00:00
parent e96f53452a
commit 64e6afdeed
5 changed files with 8 additions and 2 deletions

View File

@ -93,6 +93,7 @@ void random_free(random_state *state);
/*
* Game-specific routines
*/
extern const char *const game_name;
game_params *default_params(void);
int game_fetch_preset(int i, char **name, game_params **params);
void free_params(game_params *params);