|
SSBM Decomp
|
#include <dolphin/types.h>Go to the source code of this file.
Data Structures | |
| 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 ) |