X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;ds=sidebyside;f=src%2Fclient%2Fwincontrol.h;h=e025cced8705030596745efbb974131fa5e2e7b0;hb=52d7524ce047cd16192bb83bea15d36a90bb2a9f;hp=778e34f8ac74691e0c0c43c5b015409eb98ecaad;hpb=dd9d65ee727ac7e95801da0f8b5bae7009811802;p=plomrogue diff --git a/src/client/wincontrol.h b/src/client/wincontrol.h index 778e34f..e025cce 100644 --- a/src/client/wincontrol.h +++ b/src/client/wincontrol.h @@ -59,6 +59,9 @@ extern void init_wins(); */ extern void sorted_wintoggle_and_activate(); +/* Iterate over chars of world.winconf_db.winconf_ids array. Restart after \0.*/ +extern char get_next_winconf_id(); + /* Save world.winconfs, visible window chain and active window selection to the * respective configuration files in client config windows directory. */