JMAVEC does not use C-type symbols

This commit is contained in:
shibbo 2019-08-29 17:49:22 -04:00
parent 0940434e00
commit 621d7df1a3

View File

@ -3,14 +3,6 @@
#include "OS/vec.h"
#ifdef __cplusplus
extern "C" {
#endif
void JMAVECScaleAdd(const Vec *, const Vec *, Vec *, f32);
#ifdef __cplusplus
}
#endif
#endif // JMATH_H