mirror of
https://github.com/zeldaret/tp
synced 2026-08-22 06:44:53 -04:00
npcT / JUTGamePad work
This commit is contained in:
@@ -71,6 +71,10 @@ inline float sqrtf(float mag) {
|
||||
}
|
||||
}
|
||||
|
||||
inline float atan2f(float y, float x) {
|
||||
return (f32)atan2(y, x);
|
||||
}
|
||||
|
||||
#ifdef __cplusplus
|
||||
};
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user