X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=blobdiff_plain;f=render.h;h=76400a72f2b94a30c5cc3b998deaa674722d582a;hp=720a45644fab30d59cad9c72029140170279b503;hb=e5b201e7175b0c9bd5676115ea41693b4e3b55cb;hpb=a774e9a9b9adc5d230a1bb3ec8659593428b5366 diff --git a/render.h b/render.h index 720a4564..76400a72 100644 --- a/render.h +++ b/render.h @@ -172,5 +172,7 @@ void R_Stain (vec3_t origin, float radius, int cr1, int cg1, int cb1, int ca1, i void R_DrawCrosshair(void); +void R_CalcBeamVerts (float *vert, vec3_t org1, vec3_t org2, float width); + #endif