NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
Loading...
Searching...
No Matches
MEMList Struct Reference

Description

Definition at line 8 of file mem_list.h.

Public Attributes

void * head
 
void * tail
 
u16 length
 
u16 offset
 

Member Data Documentation

◆ head

void* MEMList::head

Definition at line 9 of file mem_list.h.

◆ tail

void* MEMList::tail

Definition at line 10 of file mem_list.h.

◆ length

u16 MEMList::length

Definition at line 11 of file mem_list.h.

◆ offset

u16 MEMList::offset

Definition at line 12 of file mem_list.h.