mirror of
https://github.com/wiidev/usbloadergx.git
synced 2024-11-04 18:45:05 +01:00
7 lines
114 B
C
7 lines
114 B
C
|
#ifndef MOUNTGAMEPARTITION_H_
|
||
|
#define MOUNTGAMEPARTITION_H_
|
||
|
|
||
|
int MountGamePartition(bool ShowGUI = true);
|
||
|
|
||
|
#endif
|