SSBM Decomp
Loading...
Searching...
No Matches
Tree.h
Go to the documentation of this file.
1#ifndef _CHARPIPELINE_STRUCTURES_TREE_H_
2#define _CHARPIPELINE_STRUCTURES_TREE_H_
3
4#include <dolphin/types.h>
5
6#ifdef __cplusplus
7extern "C" {
8#endif
9
17
18typedef struct
19{
23
29
30#ifdef __cplusplus
31}
32#endif
33
34#endif
void DSRemoveBranch(DSTreePtr tree, Ptr obj)
struct DSTree * DSTreePtr
struct DSBranch * DSBranchPtr
void DSInsertBranchBeside(DSTreePtr tree, Ptr cursor, Ptr obj)
void DSInitTree(DSTreePtr tree, Ptr obj, DSBranchPtr branch)
void DSExtractBranch(DSTreePtr tree, Ptr obj)
void DSInsertBranchBelow(DSTreePtr tree, Ptr cursor, Ptr obj)
unsigned long u32
Definition types.h:9
char * Ptr
Definition types.h:18
void * obj
Definition pobj.c:42
Definition Tree.h:11
Ptr Parent
Definition Tree.h:14
Ptr Prev
Definition Tree.h:12
Ptr Children
Definition Tree.h:15
Ptr Next
Definition Tree.h:13
Definition Tree.h:19
u32 Offset
Definition Tree.h:20
Ptr Root
Definition Tree.h:21