d_a_e_ym_tag OK, d_a_tag_theB_hint OK (#289)

This commit is contained in:
Pheenoh
2023-02-17 07:26:11 -07:00
committed by GitHub
parent 52d84413bb
commit 7fdd453996
20 changed files with 502 additions and 1191 deletions
+5
View File
@@ -4,6 +4,7 @@
#include "dolphin/types.h"
#include "f_pc/f_pc_base.h"
#include "f_pc/f_pc_layer_iter.h"
void* fpcSch_JudgeForPName(void* pProc, void* pUserData);
void* fpcSch_JudgeByID(void* pProc, void* pUserData);
@@ -12,4 +13,8 @@ extern "C" {
void fpcSch_JudgeForPName__FPvPv(void);
}
inline base_process_class* i_fpcM_SearchByName(s16 name) {
return (base_process_class*)fpcLyIt_AllJudge(fpcSch_JudgeForPName, &name);
}
#endif