X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=draw_wins.h;h=64f332ccfc7283ef4c1bc4e7302020ee23f42b49;hb=67396848cb5e3e55385a466d7a24a4f68d0a6c9c;hp=39c5ce923b8a7901cbac3a936ac8664aa83a3beb;hpb=a470e49ace2874380e6018a6166dd2a61e3c689c;p=plomrogue diff --git a/draw_wins.h b/draw_wins.h index 39c5ce9..64f332c 100644 --- a/draw_wins.h +++ b/draw_wins.h @@ -1,4 +1,4 @@ -void draw_with_linebreaks (struct Win *, char *, int); +void draw_with_linebreaks (struct Win *, char *, uint16_t); void draw_text_from_bottom (struct Win *, char *); void draw_log_win (struct Win *); void draw_map_win (struct Win *);