Decompile func0002e278

This commit is contained in:
Ryan Dwyer
2021-05-11 12:19:40 +10:00
parent f76017f8c9
commit 1d14247da8
5 changed files with 65 additions and 176 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, struct tiletype3 **arg1, struct tiletype3 **arg2);
bool objUpdateGeometry(struct prop *prop, struct tile **arg1, struct tiletype3 **arg2);
void propObjGetBbox(struct prop *prop, f32 *width, f32 *ymax, f32 *ymin);
void ammotypeGetPickedUpText(char *dst);
void ammotypeGetDeterminer(char *dst, s32 ammotype, s32 qty);