X-Git-Url: https://plomlompom.com/repos/foo.html?a=blobdiff_plain;ds=sidebyside;f=src%2Fwincontrol.h;h=017c18b677e7224b8c87d4fb80a849ce823dd61e;hb=3b2c82991c9ab169b33248c7be840a9bcd351e6d;hp=18ac01cc88606da188f94378eb040fefe816298f;hpb=e6dcab0e1261bc96d7754b24b798cc3a5f262335;p=plomrogue diff --git a/src/wincontrol.h b/src/wincontrol.h index 18ac01c..017c18b 100644 --- a/src/wincontrol.h +++ b/src/wincontrol.h @@ -12,6 +12,15 @@ #include /* for uint8_t */ struct Win; struct WinMeta; +struct World; + + + +/* Toggle windows in world->wins in the order desribed by the first line of + * config/toggled_win_order, wherein each character may correspond to one + * hardcoded window. + */ +extern void sorted_wintoggle(struct World * world);