summaryrefslogtreecommitdiff
path: root/src/strife/hu_lib.h
diff options
context:
space:
mode:
authorSamuel Villareal2010-09-27 05:48:13 +0000
committerSamuel Villareal2010-09-27 05:48:13 +0000
commitfee277eb0a3bfee3000a6f2adb610ab0b274a917 (patch)
tree02fab7c5e42ba8b3422416c23a86fbe00cdc90b0 /src/strife/hu_lib.h
parent2f326ebddc4f4de18909b557fa69fe74ac849e82 (diff)
downloadchocolate-doom-fee277eb0a3bfee3000a6f2adb610ab0b274a917.tar.gz
chocolate-doom-fee277eb0a3bfee3000a6f2adb610ab0b274a917.tar.bz2
chocolate-doom-fee277eb0a3bfee3000a6f2adb610ab0b274a917.zip
+ V_DrawXlaPatch added
+ xlatab lump loading handled in v_video.c + Pop up menus added in st_stuff (not completed still) Subversion-branch: /branches/strife-branch Subversion-revision: 2143
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);
//