Import SDK Types
This commit is contained in:
parent
84b3e69630
commit
4fe4c38e0d
86 changed files with 6528 additions and 27 deletions
|
|
@ -4,11 +4,6 @@
|
|||
#include "types.h"
|
||||
#include "common_structs.h"
|
||||
|
||||
void OSReport(const char * format, ...);
|
||||
void* OSAllocFromHeap(int heap, u32 size);
|
||||
s32 OSCheckHeap(int heap);
|
||||
void DCFlushRangeNoSync(void *addr, u32 size);
|
||||
void DCFlushRange(void *addr, u32 size);
|
||||
void* HuPrcCreate(void (*), s32, s32, s32);
|
||||
void Hu3DBGColorSet(u8, u8, u8);
|
||||
void Hu3DCameraCreate(s16);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue