X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=src%2Fwincontrol.h;h=404ae1b741e967bb974ac90ff8ea31beb17ff15e;hb=3f85df09f025ef8ab3f655cf5e4517b3be66f0ee;hp=29a6ddfef472cb3da1fae9594b9da786c0674d9f;hpb=0399a31b31047ab82348f733d6c56524258d1188;p=plomrogue diff --git a/src/wincontrol.h b/src/wincontrol.h index 29a6ddf..404ae1b 100644 --- a/src/wincontrol.h +++ b/src/wincontrol.h @@ -16,6 +16,11 @@ struct World; +/* Reload windows in order and sizes defined in win config. */ +extern void reload_win_config(struct World * world); + + + /* Wrapper around init_win() that reads the desired window size and title from a * file at the path prefixing the provided win name "w_name" with * "config/windows/". "f"() is the window drawing function (Win._draw()).