From: divverent Date: Sat, 14 May 2011 13:06:28 +0000 (+0000) Subject: add a missing declaration in last commit X-Git-Tag: xonotic-v0.6.0~163^2~397 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=6a03c89272a7193c133db45d45e22a223342a861;p=xonotic%2Fdarkplaces.git add a missing declaration in last commit git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@11149 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/draw.h b/draw.h index bf7e338c..2019e86c 100644 --- a/draw.h +++ b/draw.h @@ -188,6 +188,8 @@ void DrawQ_Finish(void); void DrawQ_ProcessDrawFlag(int flags, qboolean alpha); // sets GL_DepthMask and GL_BlendFunc void DrawQ_RecalcView(void); // use this when changing r_refdef.view.* from e.g. csqc +rtexture_t *Draw_GetPicTexture(cachepic_t *pic); + void R_DrawGamma(void); extern rtexturepool_t *drawtexturepool; // used by ft2.c