]> de.git.xonotic.org Git - xonotic/darkplaces.git/blob - r_decals.h
rewrote memory system entirely (hunk, cache, and zone are gone, memory pools replaced...
[xonotic/darkplaces.git] / r_decals.h
1
2 void R_Decals_Init(void);
3
4 void GL_DrawDecals(void);
5
6 void R_Decal(vec3_t org, rtexture_t *tex, float s1, float t1, float s2, float t2, float scale, int cred, int cgreen, int cblue, int alpha);