WiiFlow_Lite/source/channel/identify.h
2013-08-22 16:39:38 +00:00

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