Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
Loading...
Searching...
No Matches
c_tree.h File Reference

Go to the source code of this file.

Classes

struct  node_lists_tree_class
 

Typedefs

typedef struct node_class node_class
 
typedef struct node_list_class node_list_class
 
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_class

◆ node_list_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)