diff options
| author | lepelog <lepelog@users.noreply.github.com> | 2021-03-15 07:12:44 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-15 02:12:44 -0400 |
| commit | 80ba3d9fd26f47ffd1dc198c67c0c0944158cd1a (patch) | |
| tree | 865a44834bb6a12b19b5700c5ed8b33169a5bb92 /include/JSystem/JMath | |
| parent | 3b69d4cba0b957e33d141f23f4a66802e2bbf476 (diff) | |
Fix symbol names (#118)
* checkpoint
* checkpoint
* rename f_pc
* checkpoint
* small symbol rename and fix some fpc symbols
* remove unneeded entries from ldscript
* simplify ok check, update docker container
Co-authored-by: Pheenoh <pheenoh@gmail.com>
Diffstat (limited to 'include/JSystem/JMath')
| -rw-r--r-- | include/JSystem/JMath/vector.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/JSystem/JMath/vector.h b/include/JSystem/JMath/vector.h index 348fec9c3a..487f5f9674 100644 --- a/include/JSystem/JMath/vector.h +++ b/include/JSystem/JMath/vector.h @@ -2,7 +2,7 @@ #define JSYSTEM_JMATH_VECTOR_H_ extern "C" { -void JMAFastVECNormalize(void); +void JMAFastVECNormalize__FPC3VecP3Vec(void); } #endif // JSYSTEM_JMATH_VECTOR_H_ |
