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, 1 insertions, 1 deletions
diff --git a/redist/linmath.h b/redist/linmath.h
index aeaca46..66a38ed 100644
--- a/redist/linmath.h
+++ b/redist/linmath.h
@@ -110,7 +110,7 @@ Matrix3x3 inverseM33(const Matrix3x3 mat);
void matrix44copy(FLT * mout, const FLT * minm );
-
+void matrix44transpose(FLT * mout, const FLT * minm );
#endif