]> icculus.org git repositories - divverent/darkplaces.git/blob - r_shadow.h
forgot to commit this
[divverent/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);
7
8 #endif