mirror of
https://github.com/zeldaret/tp
synced 2026-06-12 05:27:46 -04:00
25d51079a3
* fix f_op_actor_mng inlines * fix f_pc inlines * fix d_a_alink weak func signatures * fix d_com_inf_game inlines * fix some more inlines * fix rest of player inlines * m_Do / JSystem inlines fixed * fix upstream changes
12 lines
235 B
C
12 lines
235 B
C
|
|
#ifndef F_PC_SEARCHER_H_
|
|
#define F_PC_SEARCHER_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);
|
|
|
|
#endif
|