mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-07-29 23:37:33 -04:00
Decompile func0001b400
This commit is contained in:
@@ -25,7 +25,7 @@ void func00015e80(f32 mult, f32 *matrix);
|
||||
u32 func00015ea8(void);
|
||||
void func00015edc(f32 mult, f32 *matrix);
|
||||
void func00015f04(f32 scale, Mtxf *arg1);
|
||||
u32 func00015f4c(void);
|
||||
void func00015f4c(f32 scale, Mtxf *arg1);
|
||||
void func00015f88(f32 arg0, Mtxf *arg1);
|
||||
u32 func00015fd0(void);
|
||||
void func00016054(Mtxf *matrix, Mtxf *arg1);
|
||||
|
||||
@@ -8,7 +8,7 @@ void func00016110(f32 *matrix1, f32 *matrix2);
|
||||
u32 func00016140(void);
|
||||
void func000161b0(f32 *matrix, f32 src[3], f32 dest[3]);
|
||||
void func00016208(f32 *matrix, struct coord *coord);
|
||||
void func00016248(struct coord *coord, f32 angle, f32 *matrix);
|
||||
void func00016248(struct coord *coord, f32 angle, Mtxf *matrix);
|
||||
void func000162e8(f32 angle, Mtxf *matrix);
|
||||
void func00016374(f32 angle, Mtxf *matrix);
|
||||
void func00016400(f32 angle, Mtxf *matrix);
|
||||
|
||||
@@ -9,7 +9,7 @@ void func0001a518(void *callback);
|
||||
s32 func0001a524(struct modelnode *node, s32 arg1);
|
||||
Mtxf *func0001a5cc(struct model *model, struct modelnode *node, s32 arg2);
|
||||
Mtxf *func0001a60c(struct model *model);
|
||||
struct modelnode *func0001a634(struct model *model, s32 arg1);
|
||||
struct modelnode *func0001a634(struct model *model, s32 mtxindex);
|
||||
struct modelnode *func0001a740(struct modelnode *node);
|
||||
struct modelnode *func0001a784(struct modelnode *node);
|
||||
struct modelnode *func0001a7cc(struct modelnode *node);
|
||||
|
||||
Reference in New Issue
Block a user