mirror of
https://github.com/wiidev/usbloadergx.git
synced 2024-11-05 11:05:06 +01:00
7 lines
92 B
C
7 lines
92 B
C
|
#ifndef __WIP_H__
|
||
|
#define __WIP_H__
|
||
|
|
||
|
u32 do_wip_code(u8 *gameid);
|
||
|
|
||
|
#endif //__WIP_H__
|