WiiUPluginLoader/src/myutils/mocha.h

17 lines
226 B
C
Raw Normal View History

2018-09-22 19:52:52 +02:00
#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_