summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/sys_math_atan.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/sys_math_atan.h b/include/sys_math_atan.h
index 1a4cfa8..8d78c00 100644
--- a/include/sys_math_atan.h
+++ b/include/sys_math_atan.h
@@ -3,8 +3,8 @@
#include "ultra64.h"
-// void U_GetAtanTable();
+u16 U_GetAtanTable(f32 y, f32 x);
s16 atans_table(f32 x, f32 y);
-// void atanf_table();
+f32 atanf_table(f32 x, f32 y);
#endif