Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
Loading...
Searching...
No Matches
list.h File Reference

Go to the source code of this file.

Classes

struct  MEMLink
 
struct  MEMList
 

Functions

void MEMInitList (MEMList *, u16)
 
void MEMAppendListObject (MEMList *, void *)
 
void * MEMGetNextListObject (MEMList *, void *)
 

Function Documentation

◆ MEMAppendListObject()

void MEMAppendListObject ( MEMList * pList,
void * pObj )

◆ MEMGetNextListObject()

void * MEMGetNextListObject ( MEMList * pList,
void * pObj )

◆ MEMInitList()

void MEMInitList ( MEMList * pList,
u16 offs )