SSBM Decomp
Loading...
Searching...
No Matches
CARDCreate.h
Go to the documentation of this file.
1#ifndef DOLPHIN_CARD_CARDCREATE_H
2#define DOLPHIN_CARD_CARDCREATE_H
3
4#include <platform.h>
5
7
8s32 CARDCreateAsync(s32 chan, const char* fileName, u32 size,
10void CreateCallbackFat(s32 chan, s32 result);
11
12#endif
void CreateCallbackFat(s32 chan, s32 result)
Definition CARDCreate.c:22
s32 CARDCreateAsync(s32 chan, const char *fileName, u32 size, CARDFileInfo *fileInfo, CARDCallback callback)
Definition CARDCreate.c:75
void(* CARDCallback)(EXIChannel chan, s32 result)
Definition forward.h:12
static void callback(HSD_GObj *gobj)
Definition ftDk_SpecialLw.c:88
unsigned long u32
An unsigned 32-bit integer.
Definition platform.h:26
signed long s32
A signed 32-bit integer.
Definition platform.h:14
Definition card.h:90