X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/puzzles/blobdiff_plain/b0ad2ded8b7445a97642c1b10adf4ac79e8eeec3..88fa0efa195c2a30b52093a64f4842a53b5bded8:/puzzles.h diff --git a/puzzles.h b/puzzles.h index 2a9f517..1c5342d 100644 --- a/puzzles.h +++ b/puzzles.h @@ -235,6 +235,7 @@ void midend_timer(midend *me, float tplus); int midend_num_presets(midend *me); void midend_fetch_preset(midend *me, int n, char **name, game_params **params); +int midend_which_preset(midend *me); int midend_wants_statusbar(midend *me); enum { CFG_SETTINGS, CFG_SEED, CFG_DESC, CFG_FRONTEND_SPECIFIC }; config_item *midend_get_config(midend *me, int which, char **wintitle);