summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/raymath.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/raymath.h b/src/raymath.h
index d0d34e34..8a54bbcc 100644
--- a/src/raymath.h
+++ b/src/raymath.h
@@ -335,7 +335,7 @@ RMAPI Vector2 Vector2Normalize(Vector2 v)
}
// Transforms a Vector2 by a given Matrix
-Vector2 Vector2Transform(Vector2 v, Matrix mat)
+RMAPI Vector2 Vector2Transform(Vector2 v, Matrix mat)
{
Vector2 result = { 0 };