]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cl_collision.h
now counts (very approximate) cost of builtin functions called by progs, profile...
[xonotic/darkplaces.git] / cl_collision.h
index 370349c25820063743fab02ffdce56e44a7fddfb..9e4cda564864aed802df96660f7fa193489b4d85 100644 (file)
@@ -6,6 +6,6 @@
 // (leafs matching contents are considered empty, others are solid)
 extern int cl_traceline_endcontents; // set by TraceLine
 
-float CL_TraceLine (vec3_t start, vec3_t end, vec3_t impact, vec3_t normal, int contents, int hitbmodels);
+float CL_TraceLine (const vec3_t start, const vec3_t end, vec3_t impact, vec3_t normal, int contents, int hitbmodels, entity_render_t **hitent);
 
 #endif