mirror of
https://github.com/wiiu-env/WiiUPluginSystem.git
synced 2024-11-16 15:49:23 +01:00
17 lines
226 B
C
17 lines
226 B
C
|
#ifndef __MOCHA_HOOK_H_
|
||
|
#define __MOCHA_HOOK_H_
|
||
|
|
||
|
#include "../mocha/src/cfw_config.h"
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
extern "C" {
|
||
|
#endif
|
||
|
|
||
|
void ExecuteIOSExploitWithDefaultConfig();
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
}
|
||
|
#endif
|
||
|
|
||
|
#endif // __MOCHA_HOOK_H_
|