aboutsummaryrefslogtreecommitdiff
path: root/redist/linmath.h
diff options
context:
space:
mode:
Diffstat (limited to 'redist/linmath.h')
-rw-r--r--redist/linmath.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/redist/linmath.h b/redist/linmath.h
index 782a13d..cacb1c6 100644
--- a/redist/linmath.h
+++ b/redist/linmath.h
@@ -56,6 +56,9 @@ typedef struct LinmathPose {
LinmathQuat Rot;
} LinmathPose;
+extern LinmathQuat LinmathQuat_Identity;
+extern LinmathPose LinmathPose_Identity;
+
//NOTE: Inputs may never be output with cross product.
void cross3d( FLT * out, const FLT * a, const FLT * b );