mirror of
https://github.com/zeldaret/mm.git
synced 2024-11-23 12:59:44 +00:00
f26e77ba40
* LINKER_FILES in makefile
* COLPOLY_GET_NORMAL
* math header
* libc
* M_PI for cosf and sinf files
* MAXFLOAT
* Revert "MAXFLOAT"
This reverts commit 96b75ffaa8
.
* Remove SHT_MINV
* SHRT_MAX
* Add M_PI
* Angle macros
* f suffix
* Format
11 lines
249 B
C
11 lines
249 B
C
#ifndef SYS_CPMDMA_H
|
|
#define SYS_CPMDMA_H
|
|
|
|
#include "PR/ultratypes.h"
|
|
#include "stdint.h"
|
|
|
|
void CmpDma_LoadFile(uintptr_t segmentVrom, s32 id, void* dst, size_t size);
|
|
void CmpDma_LoadAllFiles(uintptr_t segmentVrom, void* dst, size_t size);
|
|
|
|
#endif
|