dquakeplus/source/ctr/gl/gl_decal.h

2 lines
152 B
C
Raw Normal View History

2024-09-09 01:10:06 +00:00
void R_SpawnDecal (vec3_t center, vec3_t normal, vec3_t tangent, int tex, int size, int isbsp);
void R_SpawnDecalStatic (vec3_t org, int tex, int size);