]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - mathlib.h
major overhaul for thread-safety - many global variables and static
[xonotic/darkplaces.git] / mathlib.h
index e1c7f647d8eb17f90d1fd9065fc9c48dd432071e..06a5ba9274c6970c87d2c5fd9aa25166aef22676 100644 (file)
--- a/mathlib.h
+++ b/mathlib.h
@@ -293,5 +293,7 @@ void BoxFromPoints(vec3_t mins, vec3_t maxs, int numpoints, vec_t *point3f);
 
 int LoopingFrameNumberFromDouble(double t, int loopframes);
 
+void Mathlib_Init(void);
+
 #endif