mirror of
https://github.com/zeldaret/ph
synced 2026-06-26 09:44:42 -04:00
Rename Atan2
This commit is contained in:
@@ -55,6 +55,10 @@ typedef struct {
|
||||
/* 24 */
|
||||
} Mat3p;
|
||||
|
||||
#define DEG_TO_ANG(n) ((n) * 0x10000 / 360)
|
||||
|
||||
extern "C" s16 Atan2(s32 x, s32 y);
|
||||
|
||||
extern "C" u32 FastDivide(u32 a, u32 b);
|
||||
extern "C" u32 Divide(u32 a, u32 b);
|
||||
extern "C" bool Approach(unk32 *src, unk32 dest, unk32 step);
|
||||
|
||||
Reference in New Issue
Block a user