mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-05-23 14:41:38 -04:00
8 lines
174 B
C
8 lines
174 B
C
#ifndef _DOLPHIN_CARDCHECK_H_
|
|
#define _DOLPHIN_CARDCHECK_H_
|
|
|
|
s32 CARDCheckAsync(s32 chan, CARDCallback callback);
|
|
long CARDCheck(long chan);
|
|
|
|
#endif // _DOLPHIN_CARDCHECK_H_
|