Decompile func0f1579cc

This commit is contained in:
Ryan Dwyer
2022-08-08 22:36:27 +10:00
parent 9d2805430e
commit 204cdbf8c0
4 changed files with 200 additions and 333 deletions
+2 -2
View File
@@ -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);
+11
View 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