Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
Loading...
Searching...
No Matches
f_pc_method_iter.h
Go to the documentation of this file.
1
2#ifndef F_PC_METHOD_ITER_H_
3#define F_PC_METHOD_ITER_H_
4
5#include "dolphin/types.h"
6
8
9typedef int (*fpcMtdIt_MethodFunc)(void*);
10
12
13#endif
T cLib_calcTimer(T *value)
Definition c_lib.h:74
void fpcMtdIt_Method(node_list_class *pList, fpcMtdIt_MethodFunc pMethod)
Definition f_pc_method_iter.cpp:11
int(* fpcMtdIt_MethodFunc)(void *)
Definition f_pc_method_iter.h:9
Definition c_list.h:7