mirror of
https://github.com/zeldaret/tp
synced 2026-05-23 06:54:28 -04:00
8185d87f85
* initial copy of hbm from sdk_2009-12-11 * some more nw4hbm cleanup * nw4hbm db mostly done * nw4hbm snd copied from oot-vc * nw4hbm ut copied * nw4hbm lyt copied * nw4hbm copied, mostly matching usa 1.0 * setup nw4hbm debug define * fix HBMDataInfo struct * add rvl sdk card lib
9 lines
198 B
C
9 lines
198 B
C
#ifndef _REVOLUTION_MEM_H_
|
|
#define _REVOLUTION_MEM_H_
|
|
|
|
#include <revolution/mem/allocator.h>
|
|
#include <revolution/mem/expHeap.h>
|
|
#include <revolution/mem/heapCommon.h>
|
|
|
|
#endif // _REVOLUTION_MEM_H_
|