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
c_tag_iter.h File Reference

Go to the source code of this file.

Classes

struct  method_filter
 
struct  judge_filter
 

Typedefs

typedef struct method_filter method_filter
 
typedef struct judge_filter judge_filter
 

Functions

int cTgIt_MethodCall (create_tag_class *pTag, method_filter *pMethodFilter)
 
void * cTgIt_JudgeFilter (create_tag_class *pTag, judge_filter *pJudgeFilter)
 

Typedef Documentation

◆ judge_filter

typedef struct judge_filter judge_filter

◆ method_filter

typedef struct method_filter method_filter

Function Documentation

◆ cTgIt_JudgeFilter()

void * cTgIt_JudgeFilter ( create_tag_class * pTag,
judge_filter * pJudgeFilter )

◆ cTgIt_MethodCall()

int cTgIt_MethodCall ( create_tag_class * tag,
method_filter * filter )