f_pc_draw_priority: Type fix

This commit is contained in:
Jasper St. Pierre
2022-12-30 16:05:46 -08:00
parent b45b95c3be
commit 98b84ea0fa
6 changed files with 8 additions and 9 deletions
+1 -1
View File
@@ -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);