cLib_addCalcPos

This commit is contained in:
lepelog
2021-11-09 21:09:33 +01:00
parent 891b4f14b1
commit 58715df2cb
3 changed files with 37 additions and 0 deletions
+5
View File
@@ -4,6 +4,11 @@
#include "SSystem/SComponent/c_xyz.h"
#include "dolphin/mtx/mtx.h"
#include "dolphin/types.h"
#include "msl_c/math.h"
inline bool cLib_IsZero(f32 f) {
return fabsf(f) < 8e-11;
}
void cLib_memCpy(void* dst, const void* src, unsigned long size);
void cLib_memSet(void* ptr, int value, unsigned long size);