From 991128372e07d44ff97e8355668934b67270ec0b Mon Sep 17 00:00:00 2001 From: Spoike Date: Tue, 23 Nov 2004 00:43:27 +0000 Subject: [PATCH] bye to the warnings git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@514 fc73d0e0-1445-4013-8a0c-d673dee63da5 --- engine/client/screen.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/engine/client/screen.h b/engine/client/screen.h index c424de90f..39ae7004c 100644 --- a/engine/client/screen.h +++ b/engine/client/screen.h @@ -67,7 +67,7 @@ void SCR_UpdateWholeScreen (void); //this stuff is internal to the screen systems. - +void SCR_CrosshairPosition(int pnum, int *x, int *y); void SCR_DrawLoading (void); void SCR_CalcRefdef (void); void SCR_TileClear (void); @@ -88,3 +88,7 @@ void SCR_ShowPic_Hide(void); void SCR_ShowPic_Move(void); void SCR_ShowPic_Update(void); void SCR_ShowPic_Clear(void); + +//a header is better than none... +void Draw_TextBox (int x, int y, int width, int lines); +void SCR_ScreenShot (char *filename);