Просмотр исходного кода
[RAYMATH] Revert Extern 'C' in raymath (#3985 )
* Update raylib_api.* by CI
* Remove Extern C for raymath, it breaks some cases in mingw-w64 and does not fix any warning issues.
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
pull/3986/head
Jeffery Myers
1 год назад
committed by
GitHub
Родитель
Сommit
f26bfa0c8e
Не найден GPG ключ соответствующий данной подписи
Идентификатор GPG ключа: B5690EEEBB952194
1 измененных файлов :
0 добавлений и
7 удалений
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