home · contact · privacy
Added startx attribute to Win struct to allow for less pad refitting code.
[plomrogue] / draw_wins.h
1 void draw_with_linebreaks (struct Win *, char *, uint16_t);
2 void draw_text_from_bottom (struct Win *, char *);
3 void draw_log_win (struct Win *);
4 void draw_map_win (struct Win *);
5 void draw_info_win (struct Win *);
6 void draw_horizontal_scroll_hint (struct Win *, uint16_t, uint32_t, char);
7 void draw_keys_win (struct Win *);