home · contact · privacy
Use own pseudo-random number generator to ensure portable predictability.
[plomrogue] / draw_wins.h
index 39c5ce923b8a7901cbac3a936ac8664aa83a3beb..64f332ccfc7283ef4c1bc4e7302020ee23f42b49 100644 (file)
@@ -1,4 +1,4 @@
-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 *);