mirror of
https://github.com/wiidev/usbloadergx.git
synced 2025-02-13 01:58:49 +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
|