mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-09-05 02:25:48 -04:00
Decompile func0f1579cc
This commit is contained in:
@@ -5,8 +5,8 @@
|
||||
#include "types.h"
|
||||
|
||||
f32 func0f1577f0(f32 arg0[2], f32 arg1[2], f32 arg2[2], f32 arg3[2]);
|
||||
f32 func0f1578c8(struct coord *arg0, struct coord *arg1, struct coord *arg2);
|
||||
f32 func0f1579cc(f32 arg0[3], f32 arg1[2], f32 arg2[2], f32 arg3[2]);
|
||||
f32 func0f1578c8(struct widthxz *arg0, struct xz *arg1, struct xz *arg2);
|
||||
f32 func0f1579cc(struct widthxz *arg0, struct xz *arg1, struct xz *arg2, struct xz *arg3);
|
||||
|
||||
f32 cd00024e40(void);
|
||||
void cd00024e4c(struct coord *arg0, struct coord *arg1, u32 line, char *file);
|
||||
|
||||
@@ -6368,4 +6368,15 @@ struct xraydata {
|
||||
/*0x24a*/ s16 numtris;
|
||||
};
|
||||
|
||||
struct widthxz {
|
||||
f32 width;
|
||||
f32 x;
|
||||
f32 z;
|
||||
};
|
||||
|
||||
struct xz {
|
||||
f32 x;
|
||||
f32 z;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user