mirror of
https://github.com/Fledge68/WiiFlow_Lite.git
synced 2024-11-24 12:19:16 +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
|