summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/raymath.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/raymath.h b/src/raymath.h
index 7a2f0929..d036721a 100644
--- a/src/raymath.h
+++ b/src/raymath.h
@@ -78,10 +78,6 @@
#endif
-#if defined(__cplusplus)
-extern "C" { // Prevents name mangling of functions
-#endif
-
//----------------------------------------------------------------------------------
// Defines and Macros
//----------------------------------------------------------------------------------
@@ -2528,8 +2524,5 @@ RMAPI int QuaternionEquals(Quaternion p, Quaternion q)
return result;
}
-#if defined(__cplusplus)
-}
-#endif
#endif // RAYMATH_H