mirror of
https://github.com/wiiu-env/PayloadFromRPX.git
synced 2024-11-05 14:25:07 +01:00
12 lines
108 B
C
12 lines
108 B
C
#pragma once
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
int ExecuteIOSExploit();
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|