Files
tp/include/JSystem/J3DU/J3DUD.h
T
TakaRikka a7edd19f16 MSL_C fully matched / some SSystem cleanup/ obj_rgate OK (#2011)
* cleanup SSystem files

* MSL_C fully matched

* fix build

* remove asm

* reorganize MSL_C/Runtime libs into more accurate setup

* little more cleanup

* cleanup some MSL headers

* obj_rgate OK

* remove asm

* some rgate documentation
2023-12-25 17:31:05 +02:00

13 lines
184 B
C++

#ifndef J3DUD_H
#define J3DUD_H
#include "math.h"
#include "dolphin/types.h"
namespace J3DUD {
inline f32 JMAAbs(f32 x) {
return __fabsf(x);
}
}
#endif /* J3DUD_H */