mirror of
https://github.com/zeldaret/tp
synced 2026-09-08 11:36:13 -04:00
f_pc_draw_priority: Type fix
This commit is contained in:
@@ -30,7 +30,7 @@ typedef struct leaf_process_profile_definition {
|
||||
/* 0x3C */ leafdraw_method_class* mMethods;
|
||||
} leaf_process_profile_definition;
|
||||
|
||||
s32 fpcLf_GetPriority(const leafdraw_class* pLeaf);
|
||||
s16 fpcLf_GetPriority(const leafdraw_class* pLeaf);
|
||||
s32 fpcLf_DrawMethod(leafdraw_method_class* pMthd, void* pUserData);
|
||||
s32 fpcLf_Draw(leafdraw_class* pMthd);
|
||||
s32 fpcLf_Execute(leafdraw_class* pLeaf);
|
||||
|
||||
Reference in New Issue
Block a user