|
SSBM Decomp
|
#include <charPipeline/structures/Tree.h>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) |
| void DSInitTree | ( | DSTreePtr | tree, |
| Ptr | obj, | ||
| DSBranchPtr | branch ) |