]> de.git.xonotic.org Git - xonotic/darkplaces.git/blob - r_shadow.h
42e80ba139caed1a14569fd0ea5b649c09cf1b4a
[xonotic/darkplaces.git] / r_shadow.h
1
2 #ifndef R_SHADOW_H
3 #define R_SHADOW_H
4
5 void R_Shadow_Init(void);
6 void R_ShadowVolume(int numverts, int numtris, int *elements, int *neighbors, vec3_t relativelightorigin, float projectdistance, int visiblevolume);
7
8 #endif