mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-06-11 21:18:17 -04:00
Remove declaration for removed function propGetLateralDistanceToProp
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user