Decompile portalFindBbox

This commit is contained in:
Ryan Dwyer
2022-04-24 20:41:11 +10:00
parent 788d303f0a
commit 4dd72b7124
4 changed files with 72 additions and 106 deletions
+1
View File
@@ -17,6 +17,7 @@
#define S32_MAX 2147483647
#define U32_MAX 4294967295
#define MINFLOAT ((float)-3.40282346638528860e+38)
#define MAXFLOAT ((float)3.40282346638528860e+38)
#define ABS(val) ((val) > 0 ? (val) : -(val))
+1 -1
View File
@@ -100,7 +100,7 @@ void func0f164c64(s32 roomnum);
void portalSetEnabled(s32 portal, bool enable);
s32 func0f164e8c(struct coord *arg0, struct coord *arg1);
bool func0f164f9c(struct coord *arg0, struct coord *arg1, struct coord *arg2, struct coord *arg3);
void func0f165004(s32 portalnum, struct coord *arg1, struct coord *arg2);
void portalFindBbox(s32 portalnum, struct coord *bbmin, struct coord *bbmax);
void func0f1650d0(struct coord *lower, struct coord *upper, s16 *rooms, s32 arg3, s32 arg4);
#endif