]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - mathlib.h
Merge remote branch 'origin/master' into akari/irc
[xonotic/darkplaces.git] / mathlib.h
index b3a9f7ea3c319b80f01ab78d1c5b09e0eebeac7e..e1c7f647d8eb17f90d1fd9065fc9c48dd432071e 100644 (file)
--- a/mathlib.h
+++ b/mathlib.h
@@ -291,5 +291,7 @@ 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);
+
 #endif