SSBM Decomp
Loading...
Searching...
No Matches
CARDCreate.h
Go to the documentation of this file.
1#ifndef _DOLPHIN_CARDCREATE_H_
2#define _DOLPHIN_CARDCREATE_H_
3
4s32 CARDCreateAsync(s32 chan, const char* fileName, u32 size, CARDFileInfo* fileInfo, CARDCallback callback);
5long CARDCreate(long chan, char * fileName, unsigned long size, struct CARDFileInfo * fileInfo);
6
7#endif // _DOLPHIN_CARDCREATE_H_
long CARDCreate(long chan, char *fileName, unsigned long size, struct CARDFileInfo *fileInfo)
s32 CARDCreateAsync(s32 chan, const char *fileName, u32 size, CARDFileInfo *fileInfo, CARDCallback callback)
void(* CARDCallback)(s32 chan, s32 result)
Definition card.h:16
unsigned long u32
Definition types.h:9
static void callback(HSD_GObj *gobj)
Definition ftDk_SpecialLw.c:90
signed long s32
Definition hsd_3B2B.h:1
Definition card.h:19