mirror of
git://git.tartarus.org/simon/puzzles.git
synced 2025-04-21 08:01:30 -07:00
Add a midend function to return the current random seed, parallel to
the existing one that returns the game id. No front end has so far needed this, but one is about to. [originally from svn r9778]
This commit is contained in:
@ -251,6 +251,7 @@ config_item *midend_get_config(midend *me, int which, char **wintitle);
|
||||
char *midend_set_config(midend *me, int which, config_item *cfg);
|
||||
char *midend_game_id(midend *me, char *id);
|
||||
char *midend_get_game_id(midend *me);
|
||||
char *midend_get_random_seed(midend *me);
|
||||
int midend_can_format_as_text_now(midend *me);
|
||||
char *midend_text_format(midend *me);
|
||||
char *midend_solve(midend *me);
|
||||
|
Reference in New Issue
Block a user