diff options
| author | Pheenoh <pheenoh@gmail.com> | 2023-01-07 05:57:30 -0700 |
|---|---|---|
| committer | Pheenoh <pheenoh@gmail.com> | 2023-01-07 05:57:30 -0700 |
| commit | dd4db53c5be38d9626d27389a6bb4b3367dc2122 (patch) | |
| tree | e50575526e647489d4745d19ddf6ff86ed2d5740 /include/f_pc | |
| parent | 42a6a6ebca5fe6a98546cb85b11478077467119a (diff) | |
checkpoint
Diffstat (limited to 'include/f_pc')
| -rw-r--r-- | include/f_pc/f_pc_executor.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/f_pc/f_pc_executor.h b/include/f_pc/f_pc_executor.h index 3a0390d7e1..d3999bf46f 100644 --- a/include/f_pc/f_pc_executor.h +++ b/include/f_pc/f_pc_executor.h @@ -16,9 +16,9 @@ s32 fpcEx_Execute(base_process_class* pProc); s32 fpcEx_ToExecuteQ(base_process_class* pProc); void fpcEx_Handler(fpcLnIt_QueueFunc pFunc); -// inline base_process_class* fpcM_Search(fpcLyIt_JudgeFunc pFunc, void* pUserData) { -// return fpcEx_Search(pFunc, pUserData); -// } +inline base_process_class* i_fpcM_Search(fpcLyIt_JudgeFunc pFunc, void* pUserData) { + return fpcEx_Search(pFunc, pUserData); +} extern "C" { void fpcEx_IsExist__FUi(void); |
