]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - render.h
This is a patch from Elric greatly cleaning up the filesystem portions of the engine...
[xonotic/darkplaces.git] / render.h
index 01c58448dc3d5f0bc81879096ee040389eb459c8..88ccbed27e6d655f6a74b097722c60de1ceddd03 100644 (file)
--- a/render.h
+++ b/render.h
@@ -168,7 +168,8 @@ void R_Stain (const vec3_t origin, float radius, int cr1, int cg1, int cb1, int
 void R_DrawWorldCrosshair(void);
 void R_Draw2DCrosshair(void);
 
-void R_CalcBeamVerts (float *vert, const vec3_t org1, const vec3_t org2, float width);
+void R_CalcBeam_Vertex3f (float *vert, const vec3_t org1, const vec3_t org2, float width);
+void R_DrawSpriteMesh(const vec3_t origin, const vec3_t left, const vec3_t up, float scalex1, float scalex2, float scaley1, float scaley2);
 
 #endif