home · contact · privacy
Moved lots of stuff into new library actors.
[plomrogue] / src / draw_wins.c
index 13cd5225cfe2cad62d649018d0127d4a264c370f..bcce0a49cc221a53b19d8047c5a94e0ca28c48e7 100644 (file)
@@ -6,6 +6,7 @@
 #include "draw_wins.h"
 #include "roguelike.h"
 #include "keybindings.h"
+#include "actors.h"
 
 void draw_with_linebreaks (struct Win * win, char * text, uint16_t start_y) {
 // Write text into window content space. Start on row start_y. Fill unused rows with whitespace.