]> icculus.org git repositories - divverent/darkplaces.git/blob - r_decals.h
d0aedc5bf96c434e91c7ca59ebddda64a238407a
[divverent/darkplaces.git] / r_decals.h
1
2 void R_Decals_Init();
3
4 void R_DrawDecals();
5
6 void R_Decal(vec3_t org, rtexture_t *tex, float scale, int cred, int cgreen, int cblue, int alpha);