mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-06-23 07:19:55 -04:00
7 lines
128 B
C
7 lines
128 B
C
#ifndef _DOLPHIN_CARDRDWR_H_
|
|
#define _DOLPHIN_CARDRDWR_H_
|
|
|
|
long CARDGetXferredBytes(long chan);
|
|
|
|
#endif // _DOLPHIN_CARDRDWR_H_
|