mirror of
https://github.com/wiidev/usbloadergx.git
synced 2024-11-03 18:15:06 +01:00
7 lines
90 B
C
7 lines
90 B
C
|
#ifndef ROCKOUT_H_
|
||
|
#define ROCKOUT_H_
|
||
|
|
||
|
void rockout(int gameSelected, int f = 0);
|
||
|
|
||
|
#endif
|