Remove declaration for removed function propGetLateralDistanceToProp

This commit is contained in:
Alexandre-Xavier Labonté-Lamoureux 2022-11-12 02:14:48 -05:00
parent cd3b1f9326
commit f314d317e0
1 changed files with 0 additions and 1 deletions

View File

@ -291,7 +291,6 @@ f32 chrGetDistanceToTarget(struct chrdata *chr);
f32 chrGetDistanceToTarget2(struct chrdata *chr);
f32 chrGetDistanceToCurrentPlayer(struct chrdata *chr);
f32 propGetDistanceToProp(struct prop *a, struct prop *b);
f32 propGetLateralDistanceToProp(struct prop *a, struct prop *b);
f32 chrGetDistanceToPad(struct chrdata *chr, s32 pad_id);
f32 chrGetSquaredDistanceToPad(struct chrdata *chr, s32 pad_id);
f32 chrGetDistanceToCoord(struct chrdata *chr, struct coord *pos);