aboutsummaryrefslogtreecommitdiff
path: root/src/raylib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/raylib.h')
-rw-r--r--src/raylib.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/raylib.h b/src/raylib.h
index de78b8c3..96bf2443 100644
--- a/src/raylib.h
+++ b/src/raylib.h
@@ -332,6 +332,8 @@ typedef struct Vector4 {
float w;
} Vector4;
+typedef Vector4 Quaternion;
+
// Matrix type (OpenGL style 4x4 - right handed, column major)
typedef struct Matrix {
float m0, m4, m8, m12;