mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-05-25 23:15:06 -04:00
13 lines
190 B
C++
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 */ |