X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=src%2Fwincontrol.h;h=b5ccbb53d3e78fc17deff17b8d95d8715256e156;hb=b98ec5140cb2691a729275c0a35af0071d743262;hp=dc07b981631084d75b11c9d40e24088463c3d549;hpb=8de0e493346efc0f7f303ee0c06c19a55957342c;p=plomrogue diff --git a/src/wincontrol.h b/src/wincontrol.h index dc07b98..b5ccbb5 100644 --- a/src/wincontrol.h +++ b/src/wincontrol.h @@ -9,7 +9,7 @@ -#include /* for uint8_t */ +#include /* for uint8_t, int16_t */ struct Win; struct WinMeta; struct World; @@ -43,7 +43,6 @@ extern struct Win * get_win_by_id(struct World * world, char id); /* Create/initialize (from config files)/free Winconf / Win structs. */ -extern void create_winconfs(struct World * world); extern void init_winconfs(struct World * world); extern void free_winconfs(struct World * world); extern void init_wins(struct World * world);