home · contact · privacy
Added startx attribute to Win struct to allow for less pad refitting code.
[plomrogue] / draw_wins.h
index 39c5ce923b8a7901cbac3a936ac8664aa83a3beb..20b567670445b9749e25224467b7e025e2bb2443 100644 (file)
@@ -1,6 +1,7 @@
-void draw_with_linebreaks (struct Win *, char *, int);
+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_horizontal_scroll_hint (struct Win *, uint16_t, uint32_t, char);
 void draw_keys_win (struct Win *);