X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=draw_wins.h;h=20b567670445b9749e25224467b7e025e2bb2443;hb=566e41ab42605e975937f1f2bd8566e1edc5589b;hp=64f332ccfc7283ef4c1bc4e7302020ee23f42b49;hpb=cff3e45e2913b44b88bb75ed10a4931a224a943e;p=plomrogue diff --git a/draw_wins.h b/draw_wins.h index 64f332c..20b5676 100644 --- a/draw_wins.h +++ b/draw_wins.h @@ -3,4 +3,5 @@ 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_horizontal_scroll_hint (struct Win *, uint16_t, uint32_t, char); void draw_keys_win (struct Win *);