Index: math.h
===================================================================
--- math.h	(revision 959)
+++ math.h	(revision 960)
@@ -167,4 +167,9 @@
 **/
 #endif
 
+__rayapi void raydium_math_hms(double t, int *h, int *m, int *s, int *ms);
+/**
+Converts a duration (in seconds) to H:M:S:MS format.
+**/
+
 #endif