Wii-U-Account-Swap/source/switch.h
2024-04-10 18:42:28 -06:00

7 lines
135 B
C

// switch.h
#ifndef SWITCH_H
#define SWITCH_H
void switchAccount(const char* backupFile, const char* accountType);
#endif // SWITCH_H