X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=src%2Fdraw_wins.h;h=2013efd4f4893b718ee510d4ea5ab145314da5c0;hb=7296e69def0d5744e3fe4b8899294cfd7fa18671;hp=dea248a4a9c66bc1f2eb3004990d3d50d6fc919d;hpb=47d7b87570ce3c79d3e0a6b8e765c74d065b6ba5;p=plomrogue diff --git a/src/draw_wins.h b/src/draw_wins.h index dea248a..2013efd 100644 --- a/src/draw_wins.h +++ b/src/draw_wins.h @@ -5,11 +5,11 @@ struct Win; -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 *); -void draw_info_win (struct Win *); -void draw_keys_win (struct Win *); +extern void draw_with_linebreaks (struct Win *, char *, uint16_t); +extern void draw_text_from_bottom (struct Win *, char *); +extern void draw_log_win (struct Win *); +extern void draw_map_win (struct Win *); +extern void draw_info_win (struct Win *); +extern void draw_keys_win (struct Win *); #endif