mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-06-10 04:15:41 -04:00
7 lines
165 B
C
7 lines
165 B
C
#ifndef _DOLPHIN_CARDRENAME_H_
|
|
#define _DOLPHIN_CARDRENAME_H_
|
|
|
|
s32 CARDRename(s32 chan, const char *oldName, const char *newName);
|
|
|
|
#endif // _DOLPHIN_CARDRENAME_H_
|