aboutsummaryrefslogtreecommitdiff
path: root/redist/linmath.h
diff options
context:
space:
mode:
Diffstat (limited to 'redist/linmath.h')
-rw-r--r--redist/linmath.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/redist/linmath.h b/redist/linmath.h
index 20a7848..caec281 100644
--- a/redist/linmath.h
+++ b/redist/linmath.h
@@ -19,6 +19,7 @@
#define FLT double
#define FLT_SQRT sqrt
+#define FLT_TAN tan
#define FLT_SIN sin
#define FLT_COS cos
#define FLT_ACOS acos
@@ -30,6 +31,7 @@
#define FLT float
#define FLT_SQRT sqrtf
+#define FLT_TAN tanf
#define FLT_SIN sinf
#define FLT_COS cosf
#define FLT_ACOS acosf