mirror of
https://github.com/zeldaret/tp
synced 2026-08-22 06:44:53 -04:00
d_a_e_ym_tag OK, d_a_tag_theB_hint OK (#289)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user