mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-09-12 20:16:02 -04:00
Decompile chrRender
This commit is contained in:
@@ -14,8 +14,8 @@ u32 func0001a740(void);
|
||||
u32 func0001a784(void);
|
||||
u32 func0001a7cc(void);
|
||||
u32 func0001a85c(void);
|
||||
struct modelnode *modelGetPart(struct model08 *arg0, s32 partnum);
|
||||
union modelnode_data *modelGetPartNodeData(struct model08 *model08, s32 partnum);
|
||||
struct modelnode *modelGetPart(struct modelfiledata *arg0, s32 partnum);
|
||||
union modelnode_data *modelGetPartNodeData(struct modelfiledata *modelfiledata, s32 partnum);
|
||||
u32 func0001a9e8(void);
|
||||
void *modelGetNodeData(struct model *model, struct modelnode *node);
|
||||
void modelNodeGetPosition(struct model *model, struct modelnode *node, struct coord *pos);
|
||||
@@ -88,7 +88,7 @@ u32 func00020f30(void);
|
||||
u32 func0002124c(void);
|
||||
u32 func000216cc(void);
|
||||
u32 func0002170c(void);
|
||||
u32 func00021ef4(void);
|
||||
void modelRender(struct modelrenderdata *renderdata, struct model *model);
|
||||
u32 func000220fc(void);
|
||||
u32 func000225d4(void);
|
||||
u32 func000227a4(void);
|
||||
|
||||
Reference in New Issue
Block a user