mirror of
https://github.com/Nightkingale/Wii-U-Account-Swap.git
synced 2026-05-05 20:45:41 -05:00
7 lines
135 B
C
7 lines
135 B
C
// switch.h
|
|
#ifndef SWITCH_H
|
|
#define SWITCH_H
|
|
|
|
void switchAccount(const char* backupFile, const char* accountType);
|
|
|
|
#endif // SWITCH_H
|