Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
Loading...
Searching...
No Matches
f_pc_searcher.h
Go to the documentation of this file.
1
2#ifndef F_PC_SEARCHER_H_
3#define F_PC_SEARCHER_H_
4
5#include "f_pc/f_pc_base.h"
6
7void* fpcSch_JudgeForPName(void* pProc, void* pUserData);
8void* fpcSch_JudgeByID(void* pProc, void* pUserData);
9
10#endif
T cLib_calcTimer(T *value)
Definition c_lib.h:74
void * fpcSch_JudgeByID(void *pProc, void *pUserData)
Definition f_pc_searcher.cpp:18
void * fpcSch_JudgeForPName(void *pProc, void *pUserData)
Definition f_pc_searcher.cpp:9