mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-05-25 07:02:47 -04:00
ce8319486b
* 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>
9 lines
162 B
C
9 lines
162 B
C
#ifndef JSYSTEM_JMATH_VECTOR_H_
|
|
#define JSYSTEM_JMATH_VECTOR_H_
|
|
|
|
extern "C" {
|
|
void JMAFastVECNormalize__FPC3VecP3Vec(void);
|
|
}
|
|
|
|
#endif // JSYSTEM_JMATH_VECTOR_H_
|