mirror of
https://github.com/Fledge68/WiiFlow_Lite.git
synced 2025-02-06 23:43:23 +01:00
16 lines
164 B
C
16 lines
164 B
C
#ifdef __cplusplus
|
|
extern "C"
|
|
{
|
|
#endif
|
|
|
|
#ifndef _PATCHER_H_
|
|
#define _PATCHER_H_
|
|
|
|
void PatchIOS(bool patch_all);
|
|
|
|
#endif
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|