Decompile objUpdateGeometry

This commit is contained in:
Ryan Dwyer
2021-05-12 21:59:59 +10:00
parent a70fc82039
commit fefa676726
4 changed files with 53 additions and 88 deletions
+1 -1
View File
@@ -244,7 +244,7 @@ bool func0f0869cc(struct prop *prop);
bool currentPlayerTryMountHoverbike(struct prop *prop);
bool propobjInteract(struct prop *prop);
void propObjSetOrUnsetHiddenFlag00400000(struct prop *prop, bool enable);
bool objUpdateGeometry(struct prop *prop, u8 **arg1, u8 **arg2);
bool objUpdateGeometry(struct prop *prop, u8 **start, u8 **end);
void propObjGetBbox(struct prop *prop, f32 *width, f32 *ymax, f32 *ymin);
void ammotypeGetPickedUpText(char *dst);
void ammotypeGetDeterminer(char *dst, s32 ammotype, s32 qty);