X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=blobdiff_plain;f=r_light.h;h=cdbde025da835a2f1135960eaab9b3232eef8033;hp=9a264c9428fba804966c0eb7b5ac1e226531ed12;hb=0256e57e16a302ad45090618b8d6eb5930788809;hpb=12d41dc109d083ea965d53d2c35aec6ecd246691 diff --git a/r_light.h b/r_light.h index 9a264c94..cdbde025 100644 --- a/r_light.h +++ b/r_light.h @@ -1,4 +1,7 @@ +#ifndef R_LIGHT_H +#define R_LIGHT_H + typedef struct { vec3_t origin; @@ -18,4 +21,7 @@ void R_AnimateLight(void); void R_MarkLights(void); void R_DrawCoronas(void); void R_CompleteLightPoint(vec3_t color, vec3_t p, int dynamic, mleaf_t *leaf); -void R_LightModel(int numverts); +void R_LightModel(int numverts, float colorr, float colorg, float colorb, int worldcoords); + +#endif +