Decompile positionGetDistanceToPosition

This commit is contained in:
Ryan Dwyer
2019-11-07 23:41:41 +10:00
parent 36a26b0aa2
commit 9b8cfa7c4b
2 changed files with 16 additions and 28 deletions
+1 -1
View File
@@ -36,6 +36,6 @@ u32 func0f01b154(void);
void func0f03af44(struct chrdata *chr, u32 anim_id, float fstartframe, float fendframe, u8 flags, u8 transition, float result);
u32 func0f048f20(struct chrdata *chr, u8 b);
float chrGetDistanceToTarget(struct chrdata *chr);
float func0f049254(struct position *a, struct position *b);
float positionGetDistanceToPosition(struct position *a, struct position *b);
#endif