]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - draw.h
fix some warnings about useless code (unsigned < 0, x = x)
[xonotic/darkplaces.git] / draw.h
diff --git a/draw.h b/draw.h
index 7c3b6543766a46ad26c9d40a84b11f087587312f..2019e86c7cbdbc3ca2c13cbba4fc16dc55cd0d0b 100644 (file)
--- a/draw.h
+++ b/draw.h
@@ -188,7 +188,11 @@ 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
+
 #endif