]> icculus.org git repositories - divverent/darkplaces.git/blob - r_light.h
make str2chr return 0 when used on an index outside the string (before, it didn't...
[divverent/darkplaces.git] / r_light.h
1
2 #ifndef R_LIGHT_H
3 #define R_LIGHT_H
4
5 void R_DrawCoronas(void);
6 void R_CompleteLightPoint(vec3_t ambientcolor, vec3_t diffusecolor, vec3_t diffusenormal, const vec3_t p, int dynamic);
7
8 #endif
9