dAcArrow_c 99%

This commit is contained in:
robojumper
2026-05-23 22:58:30 +02:00
parent 483ac7b934
commit 916f07e286
12 changed files with 1098 additions and 119 deletions
+4
View File
@@ -29,6 +29,10 @@ f32 PSVECDistance(const Vec *, const Vec *);
#define VECDistance PSVECDistance
void C_VECHalfAngle(const Vec *, const Vec *, Vec *);
void C_VECReflect(const Vec *, const Vec *, Vec *);
#define VECHalfAngle C_VECHalfAngle
#define VECReflect C_VECReflect
#ifdef __cplusplus
}