mirror of
https://github.com/Nightkingale/Wii-U-Account-Swap.git
synced 2026-05-09 04:32:17 -05:00
6 lines
76 B
C
6 lines
76 B
C
#ifndef BACKUP_H
|
|
#define BACKUP_H
|
|
|
|
void backupAccount();
|
|
|
|
#endif // BACKUP_H
|