]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - client.h
split out RecursiveHullCheck and related code into collision.c (shared by client...
[xonotic/darkplaces.git] / client.h
index a2fccefb2e17f8b69e260ba4e729658cc5d9dcfd..4b7eab4587e2b56510e73d9c5b067ecb852ea54f 100644 (file)
--- a/client.h
+++ b/client.h
@@ -516,13 +516,6 @@ void CL_MoveParticles(void);
 void R_MoveExplosions(void);
 void R_NewExplosion(vec3_t org);
 
-// if contents is not zero, it will impact on content changes
-// (leafs matching contents are considered empty, others are solid)
-extern int traceline_endcontents; // set by TraceLine
-// need to call this sometime before using TraceLine with hitbmodels
-void TraceLine_ScanForBModels(void);
-float TraceLine (vec3_t start, vec3_t end, vec3_t impact, vec3_t normal, int contents, int hitbmodels);
-
 #include "cl_screen.h"
 
 #define MAX_VISEDICTS (MAX_EDICTS + MAX_STATIC_ENTITIES + MAX_TEMP_ENTITIES)