Files
dusklight/include/JSystem/J3DU/J3DUD.h
T
2023-08-29 17:43:28 -06:00

13 lines
190 B
C++

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