home · contact · privacy
Makefile now works on all .c files to generate its list of needed object files.
[plomrogue] / draw_wins.h
index 4ed3c24cf9c6319c2bb0f0ac7a1fd38169ab7774..64f332ccfc7283ef4c1bc4e7302020ee23f42b49 100644 (file)
@@ -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_scroll_hint (struct Win *, uint16_t, uint32_t, char);
 void draw_keys_win (struct Win *);