adjust gameinfo sizing, rename inline register funcs

This commit is contained in:
Pheenoh
2021-01-02 19:09:04 -05:00
parent e375712d23
commit 609891bc25
235 changed files with 465 additions and 464 deletions
+1 -1
View File
@@ -33,6 +33,7 @@ extern void fpcDw_Handler(void*, void*);
extern base_process_class* fpcFCtRq_Request(layer_class* pLayer, s16 pProcTypeID,
FastCreateReqFunc param_3, void* param_4, void* pData);
extern void* fpcCtIt_JudgeInLayer(u32 pLayerID, cNdIt_MethodFunc pFunc, void* pUserData);
}
void fpcM_Draw(void* pProc) {
fpcDw_Execute((base_process_class*)pProc);
@@ -128,5 +129,4 @@ void* fpcM_JudgeInLayer(u32 pLayerID, cNdIt_MethodFunc pFunc, void* pUserData) {
} else {
return NULL;
}
}
}