Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages
c_tree.h File Reference

Go to the source code of this file.

Classes

struct  node_lists_tree_class
 

Typedefs

typedef struct node_lists_tree_class node_lists_tree_class
 

Functions

int cTr_SingleCut (node_class *pNode)
 
int cTr_Addition (node_lists_tree_class *pTree, int listIdx, node_class *pNode)
 
int cTr_Insert (node_lists_tree_class *pTree, int listIdx, node_class *pNode, int idx)
 
void cTr_Create (node_lists_tree_class *pTree, node_list_class *pLists, int numLists)
 

Typedef Documentation

◆ node_lists_tree_class

typedef struct node_lists_tree_class node_lists_tree_class

Function Documentation

◆ cTr_Addition()

int cTr_Addition ( node_lists_tree_class * pTree,
int listIdx,
node_class * pNode )

◆ cTr_Create()

void cTr_Create ( node_lists_tree_class * pTree,
node_list_class * pLists,
int numLists )

◆ cTr_Insert()

int cTr_Insert ( node_lists_tree_class * pTree,
int listIdx,
node_class * pNode,
int idx )

◆ cTr_SingleCut()

int cTr_SingleCut ( node_class * node)