]> git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
add a missing declaration in last commit
authordivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Sat, 14 May 2011 13:06:28 +0000 (13:06 +0000)
committerdivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Sat, 14 May 2011 13:06:28 +0000 (13:06 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@11149 d7cf8633-e32d-0410-b094-e92efae38249

draw.h

diff --git a/draw.h b/draw.h
index bf7e338c2454ab8d26ae2a295a0f25b4023016e0..2019e86c7cbdbc3ca2c13cbba4fc16dc55cd0d0b 100644 (file)
--- 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