summaryrefslogtreecommitdiff
path: root/src/strife/hu_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/strife/hu_lib.h')
-rw-r--r--src/strife/hu_lib.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/strife/hu_lib.h b/src/strife/hu_lib.h
index a4649b48..2a087800 100644
--- a/src/strife/hu_lib.h
+++ b/src/strife/hu_lib.h
@@ -117,7 +117,10 @@ boolean HUlib_delCharFromTextLine(hu_textline_t *t);
void HUlib_drawTextLine(hu_textline_t *l, boolean drawcursor);
// erases text line
-void HUlib_eraseTextLine(hu_textline_t *l);
+void HUlib_eraseTextLine(hu_textline_t *l);
+
+// villsa [STRIFE]
+void HUlib_drawYellowText(int x, int y, char *text);
//