mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-08-06 09:22:34 -04:00
8 lines
310 B
C
8 lines
310 B
C
#ifndef _DOLPHIN_CARDCREATE_H_
|
|
#define _DOLPHIN_CARDCREATE_H_
|
|
|
|
s32 CARDCreateAsync(s32 chan, const char* fileName, u32 size, CARDFileInfo* fileInfo, CARDCallback callback);
|
|
long CARDCreate(long chan, const char * fileName, unsigned long size, struct CARDFileInfo * fileInfo);
|
|
|
|
#endif // _DOLPHIN_CARDCREATE_H_
|