]> 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 b3a9f7ea3c319b80f01ab78d1c5b09e0eebeac7e..06a5ba9274c6970c87d2c5fd9aa25166aef22676 100644 (file)
--- a/mathlib.h
+++ b/mathlib.h
@@ -291,5 +291,9 @@ int Math_atov(const char *s, vec3_t out);
 
 void BoxFromPoints(vec3_t mins, vec3_t maxs, int numpoints, vec_t *point3f);
 
+int LoopingFrameNumberFromDouble(double t, int loopframes);
+
+void Mathlib_Init(void);
+
 #endif