mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-08-15 04:33:03 -04:00
Decompile portalFindBbox
This commit is contained in:
@@ -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))
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user