![]() |
Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
|
Go to the source code of this file.
Classes | |
struct | DSBranch |
struct | DSTree |
Typedefs | |
typedef struct DSBranch * | DSBranchPtr |
typedef struct DSTree * | DSTreePtr |
Functions | |
void | DSExtractBranch (DSTreePtr tree, Ptr obj) |
void | DSInitTree (DSTreePtr tree, Ptr obj, DSBranchPtr branch) |
void | DSInsertBranchBelow (DSTreePtr tree, Ptr cursor, Ptr obj) |
void | DSInsertBranchBeside (DSTreePtr tree, Ptr cursor, Ptr obj) |
void | DSRemoveBranch (DSTreePtr tree, Ptr obj) |
typedef struct DSBranch * DSBranchPtr |
void DSInitTree | ( | DSTreePtr | tree, |
Ptr | obj, | ||
DSBranchPtr | branch ) |