summaryrefslogtreecommitdiff
path: root/include/sys_math.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sys_math.h')
-rw-r--r--include/sys_math.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/include/sys_math.h b/include/sys_math.h
new file mode 100644
index 0000000..61c19d0
--- /dev/null
+++ b/include/sys_math.h
@@ -0,0 +1,15 @@
+#ifndef SYS_MATH_H
+#define SYS_MATH_H
+
+#include "ultra64.h"
+
+// void reverse_u32();
+// void init_rnd();
+// void ffact();
+// void ifact();
+// void powi();
+// void sinf_table();
+// void cosf_table();
+// void tanf_table();
+
+#endif