Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
|
Go to the source code of this file.
Typedefs | |
typedef struct node_class | node_class |
typedef int(* | cNdIt_MethodFunc) (node_class *pNode, void *pUserData) |
typedef void *(* | cNdIt_JudgeFunc) (node_class *pNode, void *pUserData) |
Functions | |
int | cNdIt_Method (node_class *pNode, cNdIt_MethodFunc pMethod, void *pUserData) |
void * | cNdIt_Judge (node_class *pNode, cNdIt_JudgeFunc pJudge, void *pUserData) |
void * cNdIt_Judge | ( | node_class * | pNode, |
cNdIt_JudgeFunc | pJudge, | ||
void * | pUserData | ||
) |
int cNdIt_Method | ( | node_class * | node, |
cNdIt_MethodFunc | method, | ||
void * | data | ||
) |