![]() |
Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
|
Go to the source code of this file.
Classes | |
struct | DSLink |
struct | DSList |
Typedefs | |
typedef struct DSLink * | DSLinkPtr |
typedef struct DSList * | DSListPtr |
Functions | |
void | DSInitList (DSListPtr list, Ptr obj, DSLinkPtr link) |
void | DSInsertListObject (DSListPtr list, Ptr cursor, Ptr obj) |
void | DSRemoveListObject (DSListPtr list, Ptr obj) |
void | DSAttachList (DSListPtr baseList, DSListPtr attachList) |
void * | DSNextListObj (DSListPtr list, Ptr obj) |