mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-07-27 06:44:48 -04:00
Decompile func00022d24
This commit is contained in:
@@ -94,8 +94,8 @@ u32 func000220fc(void);
|
||||
s32 func000225d4(struct model *model, struct coord *arg1, struct coord *arg2, u32 *arg3);
|
||||
u32 func000227a4(void);
|
||||
void func00022a24(void *arg0, u32 arg1, void *arg2);
|
||||
u32 func00022b68(void);
|
||||
void func00022d24(void *data);
|
||||
s32 func00022b68(struct modelnode *node);
|
||||
void func00022d24(struct modelfiledata *filedata);
|
||||
u32 func00022d50(void);
|
||||
void func00022fa4(struct model *model, u32 *arg1, u32 *arg2, u32 arg3);
|
||||
void animInitialise(struct anim *anim);
|
||||
|
||||
@@ -651,6 +651,7 @@ struct modelfiledata {
|
||||
s16 numparts;
|
||||
s16 nummatrices;
|
||||
f32 unk10;
|
||||
u16 unk14;
|
||||
};
|
||||
|
||||
struct model {
|
||||
|
||||
Reference in New Issue
Block a user