home · contact · privacy
Moved draw_*_win() into its own library. Removed some unneeded libray includes.
[plomrogue] / draw_wins.h
diff --git a/draw_wins.h b/draw_wins.h
new file mode 100644 (file)
index 0000000..39c5ce9
--- /dev/null
@@ -0,0 +1,6 @@
+void draw_with_linebreaks (struct Win *, char *, int);
+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_keys_win (struct Win *);