X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=draw_wins.h;h=20b567670445b9749e25224467b7e025e2bb2443;hb=89c3f44ab617eb1135b62bcf6029757d9e5f80ca;hp=4ed3c24cf9c6319c2bb0f0ac7a1fd38169ab7774;hpb=97d887ffd6901ce7b6ea4dc4df472520fd52f806;p=plomrogue diff --git a/draw_wins.h b/draw_wins.h index 4ed3c24..20b5676 100644 --- a/draw_wins.h +++ b/draw_wins.h @@ -3,5 +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_scroll_hint (struct Win *, uint16_t, uint32_t, char); +void draw_horizontal_scroll_hint (struct Win *, uint16_t, uint32_t, char); void draw_keys_win (struct Win *);