mirror of
https://github.com/wiidev/usbloadergx.git
synced 2024-11-16 16:29:18 +01:00
7 lines
98 B
C
7 lines
98 B
C
|
#ifndef GAMEBOOTPROCESS_H_
|
||
|
#define GAMEBOOTPROCESS_H_
|
||
|
|
||
|
int BootGame(const char * gameID);
|
||
|
|
||
|
#endif
|