diff options
| author | Simon Tatham <anakin@pobox.com> | 2004-05-20 08:22:49 +0000 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2004-05-20 08:22:49 +0000 |
| commit | 61f08e7634e0e39148a784c0ce6efcc112ed5a7a (patch) | |
| tree | 55b06d0ae5f94f331146b15e9437bcef5ce4e895 /puzzles.h | |
| parent | 350683b25371ec6a7548b2e83b2be15eb629815f (diff) | |
| download | puzzles-61f08e7634e0e39148a784c0ce6efcc112ed5a7a.zip puzzles-61f08e7634e0e39148a784c0ce6efcc112ed5a7a.tar.gz puzzles-61f08e7634e0e39148a784c0ce6efcc112ed5a7a.tar.bz2 puzzles-61f08e7634e0e39148a784c0ce6efcc112ed5a7a.tar.xz | |
Now that we have string-encodable game parameters, let's support a
command-line argument which is either a set of parameters or a
params+seed game ID.
[originally from svn r4234]
Diffstat (limited to 'puzzles.h')
| -rw-r--r-- | puzzles.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -127,6 +127,7 @@ int midend_wants_statusbar(midend_data *me); enum { CFG_SETTINGS, CFG_SEED }; config_item *midend_get_config(midend_data *me, int which, char **wintitle); char *midend_set_config(midend_data *me, int which, config_item *cfg); +char *midend_game_id(midend_data *me, char *id, int def_seed); /* * malloc.c |