mirror of
https://github.com/Fledge68/WiiFlow_Lite.git
synced 2024-11-01 00:55:06 +01:00
c13a061359
-other minor changes and notes added
16 lines
176 B
C
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
|