mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-08-02 08:22:08 -04:00
Decompile modelAttachHead
This commit is contained in:
@@ -42,7 +42,7 @@ u32 func0001c5b4(void);
|
||||
u32 func0001c664(void);
|
||||
void func0001c784(struct model *model, struct modelnode *node);
|
||||
void func0001c7d0(struct model *model, struct modelnode *node);
|
||||
void func0001c81c(struct model *model, struct modelnode *node);
|
||||
void modelAttachHead(struct model *model, struct modelnode *node);
|
||||
u32 func0001c868(void);
|
||||
u32 func0001c924(void);
|
||||
u32 func0001c950(void);
|
||||
|
||||
@@ -685,6 +685,10 @@ struct modeldata_root { // type 0x01
|
||||
u32 unk5c;
|
||||
};
|
||||
|
||||
struct modeldata_nearfar { // type 0x08
|
||||
bool visible;
|
||||
};
|
||||
|
||||
struct modeldata_partid { // type 0x12
|
||||
union {
|
||||
u16 u16;
|
||||
|
||||
Reference in New Issue
Block a user