mirror of
https://github.com/wiidev/usbloadergx.git
synced 2024-11-08 20:45:07 +01:00
9 lines
110 B
C
9 lines
110 B
C
|
#ifndef __KIRBYPATCH_H__
|
||
|
#define __KIRBYPATCH_H__
|
||
|
|
||
|
#include <gccore.h>
|
||
|
|
||
|
void patch_kirby(u8 *gameid);
|
||
|
|
||
|
#endif
|