Files
2025-01-18 07:09:37 -05:00

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_