Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
|
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) |
int cTr_Addition | ( | node_lists_tree_class * | pTree, |
int | listIdx, | ||
node_class * | pNode | ||
) |
void cTr_Create | ( | node_lists_tree_class * | pTree, |
node_list_class * | pLists, | ||
int | numLists | ||
) |
int cTr_Insert | ( | node_lists_tree_class * | pTree, |
int | listIdx, | ||
node_class * | pNode, | ||
int | idx | ||
) |
int cTr_SingleCut | ( | node_class * | node | ) |