]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - render.h
added PRVM_64 define which upgrades the QC VM to double precision
[xonotic/darkplaces.git] / render.h
index 7e60e5048e08878cf69fb38f5744edbb813ee768..998739fbeeaa2f808f93fb1f129fa26a93827948 100644 (file)
--- a/render.h
+++ b/render.h
@@ -223,8 +223,8 @@ void R_TimeReport(const char *name);
 // r_stain
 void R_Stain(const vec3_t origin, float radius, int cr1, int cg1, int cb1, int ca1, int cr2, int cg2, int cb2, int ca2);
 
-void R_CalcBeam_Vertex3f(float *vert, const vec3_t org1, const vec3_t org2, float width);
-void R_CalcSprite_Vertex3f(float *vertex3f, const vec3_t origin, const vec3_t left, const vec3_t up, float scalex1, float scalex2, float scaley1, float scaley2);
+void R_CalcBeam_Vertex3f(float *vert, const float *org1, const float *org2, float width);
+void R_CalcSprite_Vertex3f(float *vertex3f, const float *origin, const float *left, const float *up, float scalex1, float scalex2, float scaley1, float scaley2);
 
 extern mempool_t *r_main_mempool;