Loading [MathJax]/extensions/MathMenu.js
Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages
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
int(* fpcMtdIt_MethodFunc)(void *)
Definition f_pc_method_iter.h:9
int fpcMtdIt_Method(node_list_class *pList, fpcMtdIt_MethodFunc pMethod)
Definition f_pc_method_iter.cpp:11
Definition c_list.h:7