mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-07-30 23:54:40 -04:00
Decompile modelPromoteOffsetsToPointers
This commit is contained in:
@@ -92,8 +92,8 @@ u32 func0002170c(void);
|
||||
void modelRender(struct modelrenderdata *renderdata, struct model *model);
|
||||
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);
|
||||
void modelPromoteNodeOffsetsToPointers(struct modelnode *node, u32 arg1, u32 arg2);
|
||||
void modelPromoteOffsetsToPointers(struct modelfiledata *filedata, u32 arg1, u32 arg2);
|
||||
s32 func00022b68(struct modelnode *node);
|
||||
void func00022d24(struct modelfiledata *filedata);
|
||||
void func00022d50(struct model *model, struct modelnode *node);
|
||||
|
||||
@@ -651,6 +651,7 @@ struct modelfiledata {
|
||||
s16 nummatrices;
|
||||
f32 unk10;
|
||||
u16 unk14;
|
||||
void *unk18;
|
||||
};
|
||||
|
||||
struct model {
|
||||
|
||||
Reference in New Issue
Block a user