Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
Loading...
Searching...
No Matches
HBMCommon.h
Go to the documentation of this file.
1#ifndef HOMEBUTTON_COMMON_H
2#define HOMEBUTTON_COMMON_H
3
4#include <revolution/mem.h>
5
7
8void* HBMAllocMem(u32 length);
9void HBMFreeMem(void* ptr);
10
11#endif
void HBMFreeMem(void *ptr)
Definition HBMBase.cpp:41
MEMAllocator * spAllocator
Definition HBMCommon.h:6
void * HBMAllocMem(u32 length)
Definition HBMBase.cpp:36
unsigned long u32
Definition types.h:12
Definition allocator.h:21