NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
|
Go to the source code of this file.
Enumerations | |
enum | MEMFrmHeapFreeMode { MEM_FRMHEAP_FREE_HEAD = BIT_FLAG(0) , MEM_FRMHEAP_FREE_TAIL = BIT_FLAG(1) , MEM_FRMHEAP_FREE_ALL = MEM_FRMHEAP_FREE_HEAD | MEM_FRMHEAP_FREE_TAIL } |
The possible memory free modes. More... | |
enum MEMFrmHeapFreeMode |
The possible memory free modes.
Definition at line 10 of file MEMFrmHeap.h.