home · contact · privacy
Moved keybindings manipulation stuff into its own library.
[plomrogue] / draw_wins.c
index 3eaf491a1a41c5d043f90bc077e1bd5dfee12862..9b09593bda95289d149497e10b9fd1b4632d68f7 100644 (file)
@@ -2,7 +2,9 @@
 #include <string.h>
 #include <stdlib.h>
 #include "windows.h"
+#include "draw_wins.h"
 #include "roguelike.h"
+#include "keybindings.h"
 
 void draw_with_linebreaks (struct Win * win, char * text, int start_y) {
 // Write text into window content space. Start on row start_y. Fill unused rows with whitespace.