WiiFlow_Lite/source/channel/identify.h
2018-08-01 12:27:12 +00:00

16 lines
176 B
C

#ifdef __cplusplus
extern "C"
{
#endif
#ifndef _PATCHER_H_
#define _PATCHER_H_
void PatchIOS(bool patch_all, bool WiiVC);
#endif
#ifdef __cplusplus
}
#endif