NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
Loading...
Searching...
No Matches
nw4r::snd::detail::FrameHeap::Section Struct Reference

Description

Definition at line 54 of file snd_FrameHeap.h.

Public Member Functions

 NW4R_UT_LINKLIST_NODE_DECL ()
 
void AppendBlock (Block *pBlock)
 

Public Attributes

BlockList mBlockList
 

Constructor & Destructor Documentation

◆ ~Section()

nw4r::snd::detail::FrameHeap::Section::~Section ( )
inline

Definition at line 58 of file snd_FrameHeap.h.

Member Function Documentation

◆ AppendBlock()

void nw4r::snd::detail::FrameHeap::Section::AppendBlock ( Block * pBlock)
inline

Definition at line 64 of file snd_FrameHeap.h.

Member Data Documentation

◆ mBlockList

BlockList nw4r::snd::detail::FrameHeap::Section::mBlockList

Definition at line 56 of file snd_FrameHeap.h.