home · contact · privacy
Restructured source tree. Code moves to src/, object files to build/.
[plomrogue] / draw_wins.h
diff --git a/draw_wins.h b/draw_wins.h
deleted file mode 100644 (file)
index 64f332c..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-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_keys_win (struct Win *);