X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=draw_wins.h;h=64f332ccfc7283ef4c1bc4e7302020ee23f42b49;hb=5cf8ee7f5a9867ebeae9122f37d292f9c9205b20;hp=20b567670445b9749e25224467b7e025e2bb2443;hpb=d687309e59900a84f486cbbf928fe663261755ec;p=plomrogue diff --git a/draw_wins.h b/draw_wins.h index 20b5676..64f332c 100644 --- a/draw_wins.h +++ b/draw_wins.h @@ -3,5 +3,4 @@ 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 *);