]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - mathlib.h
fixed a stupid bug in SV_PushMove that made it ignore the first entity in the move box
[xonotic/darkplaces.git] / mathlib.h
index 880c51f6c5cf92217119dab64f47f8d4deedb73c..cffd477cd45ffd0d930bc278bdf2ee481af922ec 100644 (file)
--- a/mathlib.h
+++ b/mathlib.h
@@ -236,5 +236,7 @@ struct matrix4x4_s;
 void Matrix4x4_Print(const struct matrix4x4_s *in);
 int Math_atov(const char *s, vec3_t out);
 
+void BoxFromPoints(vec3_t mins, vec3_t maxs, int numpoints, vec_t *point3f);
+
 #endif