Decompile doorGetBbox

This commit is contained in:
Ryan Dwyer
2021-05-19 19:03:08 +10:00
parent 0bcb9eeaaa
commit 9360c85fef
2 changed files with 22 additions and 63 deletions
+2 -2
View File
@@ -54,7 +54,7 @@ u32 func0f066abc(void);
u32 func0f066b5c(void);
u32 func0f067424(void);
u32 func0f0674bc(void);
bool func0f0675c8(struct coord *coord, f32 arg1, void *arg2, Mtxf *arg3);
bool func0f0675c8(struct coord *coord, f32 arg1, struct modelrodata_bbox *arg2, Mtxf *arg3);
bool func0f0677ac(struct coord *coord, f32 *arg1, struct coord *pos, struct coord *normal, struct coord *up, struct coord *look, f32 xmin, f32 xmax, f32 ymin, f32 ymax, f32 zmin, f32 zmax);
bool func0f0678f8(struct coord *coord, f32 *arg1, s32 padnum);
bool func0f06797c(struct coord *coord, f32 arg1, s32 padnum);
@@ -302,7 +302,7 @@ bool vectorIsInFrontOfDoor(struct doorobj *door, struct coord *vector);
s32 func0f08c040(struct doorobj *door);
void doorsCheckAutomatic(void);
void func0f08c424(struct doorobj *door, Mtxf *matrix);
void func0f08c484(struct doorobj *door, void *arg1);
void doorGetBbox(struct doorobj *door, struct modelrodata_bbox *dst);
u32 func0f08c54c(struct doorobj *door);
u32 func0f08cb20(void);
u32 func0f08d3dc(void);